cleanup: FILWIDTH_PIN doesn't exist
raw_filwidth_value variable is never used
This commit is contained in:
parent
7b163cf464
commit
79a10868fe
|
|
@ -1232,11 +1232,7 @@ FORCE_INLINE static void soft_pwm_core()
|
||||||
static unsigned char state_timer_heater_b = 0;
|
static unsigned char state_timer_heater_b = 0;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(FILWIDTH_PIN) &&(FILWIDTH_PIN > -1)
|
|
||||||
static unsigned long raw_filwidth_value = 0; //added for filament width sensor
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef SLOW_PWM_HEATERS
|
#ifndef SLOW_PWM_HEATERS
|
||||||
/*
|
/*
|
||||||
* standard PWM modulation
|
* standard PWM modulation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue