Skip to content

Commit f97a813

Browse files
committed
✨ NUM_REDUNDANT_FANS too
1 parent 4e1bfc4 commit f97a813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/module/temperature.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ PGMSTR(str_t_heating_failed, STR_T_HEATING_FAILED);
471471
#if NUM_REDUNDANT_FANS
472472
if (fan == 0) {
473473
for (uint8_t f = REDUNDANT_PART_COOLING_FAN; f < REDUNDANT_PART_COOLING_FAN + NUM_REDUNDANT_FANS; ++f)
474-
thermalManager.set_fan_speed(f, 0);
474+
thermalManager.set_fan_speed(f, speed);
475475
}
476476
#endif
477477

0 commit comments

Comments
 (0)