🚸 Wait for cooldown in MarlinUI power-off (#23476)

This commit is contained in:
mistic100
2022-01-08 10:51:21 +01:00
committed by Scott Lahteine
parent 224b6e5af9
commit 2ded50ba3f
3 changed files with 7 additions and 5 deletions

View File

@@ -373,7 +373,7 @@ public:
static void resume_print();
static void flow_fault();
#if BOTH(PSU_CONTROL, PS_OFF_CONFIRM)
#if BOTH(HAS_LCD_MENU, PSU_CONTROL)
static void poweroff();
#endif