Restore Host Prompt Info (#15387)
This commit is contained in:
committed by
Scott Lahteine
parent
02bbc51195
commit
5221e2d991
@ -1481,6 +1481,9 @@ void MarlinUI::update() {
|
||||
#ifdef ACTION_ON_CANCEL
|
||||
host_action_cancel();
|
||||
#endif
|
||||
#if ENABLED(HOST_PROMPT_SUPPORT)
|
||||
host_prompt_open(PROMPT_INFO, PSTR("UI Aborted"), PSTR("Dismiss"));
|
||||
#endif
|
||||
print_job_timer.stop();
|
||||
set_status_P(PSTR(MSG_PRINT_ABORTED));
|
||||
#if HAS_LCD_MENU
|
||||
|
Reference in New Issue
Block a user