Skip to content

Commit

Permalink
✨ NUM_REDUNDANT_FANS too
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed May 13, 2023
1 parent 4e1bfc4 commit f97a813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/module/temperature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ PGMSTR(str_t_heating_failed, STR_T_HEATING_FAILED);
#if NUM_REDUNDANT_FANS
if (fan == 0) {
for (uint8_t f = REDUNDANT_PART_COOLING_FAN; f < REDUNDANT_PART_COOLING_FAN + NUM_REDUNDANT_FANS; ++f)
thermalManager.set_fan_speed(f, 0);
thermalManager.set_fan_speed(f, speed);
}
#endif

Expand Down

0 comments on commit f97a813

Please sign in to comment.