Use uint8_t for all fan speeds (#12032)
This commit is contained in:
@ -123,7 +123,7 @@ class Temperature {
|
||||
static uint8_t soft_pwm_amount[HOTENDS];
|
||||
|
||||
#if ENABLED(AUTO_POWER_E_FANS)
|
||||
static int16_t autofan_speed[HOTENDS];
|
||||
static uint8_t autofan_speed[HOTENDS];
|
||||
#endif
|
||||
|
||||
#if ENABLED(FAN_SOFT_PWM)
|
||||
|
Reference in New Issue
Block a user