Configurable number of M106 fans (#18883)

This commit is contained in:
Giuliano Zaro
2020-08-20 03:11:20 +02:00
committed by GitHub
parent 64e181979c
commit 3426c7fc94
5 changed files with 32 additions and 5 deletions

View File

@ -195,7 +195,7 @@ const char str_t_thermal_runaway[] PROGMEM = STR_T_THERMAL_RUNAWAY,
#endif
#if ENABLED(ADAPTIVE_FAN_SLOWING)
uint8_t Temperature::fan_speed_scaler[FAN_COUNT] = ARRAY_N(FAN_COUNT, 128, 128, 128, 128, 128, 128);
uint8_t Temperature::fan_speed_scaler[FAN_COUNT] = ARRAY_N(FAN_COUNT, 128, 128, 128, 128, 128, 128, 128, 128);
#endif
/**