Un-pause fans on STOP
This commit is contained in:
parent
de73b9b934
commit
15bda88d04
@ -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()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user