Un-pause fans on STOP

This commit is contained in:
Scott Lahteine 2021-03-17 19:23:36 -05:00 committed by Scott Lahteine
parent 3bbcfb0185
commit e0711d87a0

View File

@ -889,8 +889,8 @@ void stop() {
print_job_timer.stop(); print_job_timer.stop();
#if ENABLED(PROBING_FANS_OFF) #if EITHER(PROBING_FANS_OFF, ADVANCED_PAUSE_FANS_PAUSE)
if (thermalManager.fans_paused) thermalManager.set_fans_paused(false); // put things back the way they were thermalManager.set_fans_paused(false); // Un-pause fans for safety
#endif #endif
if (IsRunning()) { if (IsRunning()) {