M81 D / S - Power-off Delay (#23396)

This commit is contained in:
John Lagonikas
2022-01-03 18:11:39 +02:00
committed by GitHub
parent b8a376a28a
commit 9a194826e3
9 changed files with 130 additions and 42 deletions

View File

@@ -1652,6 +1652,10 @@ void loop() {
queue.advance();
#if EITHER(POWER_OFF_TIMER, POWER_OFF_WAIT_FOR_COOLDOWN)
powerManager.checkAutoPowerOff();
#endif
endstops.event_handler();
TERN_(HAS_TFT_LVGL_UI, printer_state_polling());