🐛 Fix Print Timer stop with MarlinUI abort (#24902)

This commit is contained in:
InsanityAutomation 2022-10-19 21:36:39 -04:00 committed by Scott Lahteine
parent 6b1d738995
commit a913b2437b
1 changed files with 1 additions and 1 deletions

View File

@ -1630,7 +1630,7 @@ void MarlinUI::init() {
#ifdef ACTION_ON_CANCEL
hostui.cancel();
#endif
IF_DISABLED(SDSUPPORT, print_job_timer.stop());
print_job_timer.stop();
TERN_(HOST_PROMPT_SUPPORT, hostui.prompt_open(PROMPT_INFO, F("UI Aborted"), FPSTR(DISMISS_STR)));
LCD_MESSAGE(MSG_PRINT_ABORTED);
TERN_(HAS_MARLINUI_MENU, return_to_status());