🚸 Retain power during Pause (#22227)

This commit is contained in:
Cytown
2021-06-30 01:58:11 +08:00
committed by Scott Lahteine
parent fef76a76a3
commit 399a240f84
5 changed files with 28 additions and 8 deletions

View File

@@ -668,7 +668,7 @@ inline void manage_inactivity(const bool no_stepper_sleep=false) {
TERN_(USE_CONTROLLER_FAN, controllerFan.update()); // Check if fan should be turned on to cool stepper drivers down
TERN_(AUTO_POWER_CONTROL, powerManager.check());
TERN_(AUTO_POWER_CONTROL, powerManager.check(!ui.on_status_screen() || printJobOngoing() || printingIsPaused()));
TERN_(HOTEND_IDLE_TIMEOUT, hotend_idle.check());