|
@@ -1444,6 +1444,7 @@ constexpr uint8_t epps = ENCODER_PULSES_PER_STEP;
|
1444
|
1444
|
|
1445
|
1445
|
void MarlinUI::set_alert_status_P(PGM_P const message) {
|
1446
|
1446
|
set_status_P(message, 1);
|
|
1447
|
+ TERN_(HAS_TOUCH_SLEEP, wakeup_screen());
|
1447
|
1448
|
TERN_(HAS_LCD_MENU, return_to_status());
|
1448
|
1449
|
}
|
1449
|
1450
|
|
|
@@ -1557,6 +1558,7 @@ constexpr uint8_t epps = ENCODER_PULSES_PER_STEP;
|
1557
|
1558
|
defer_status_screen();
|
1558
|
1559
|
#endif
|
1559
|
1560
|
|
|
1561
|
+ TERN_(HAS_TOUCH_SLEEP, wakeup_screen());
|
1560
|
1562
|
TERN_(HOST_PROMPT_SUPPORT, host_prompt_open(PROMPT_PAUSE_RESUME, PSTR("UI Pause"), PSTR("Resume")));
|
1561
|
1563
|
|
1562
|
1564
|
LCD_MESSAGEPGM(MSG_PRINT_PAUSED);
|