mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-30 15:26:18 +00:00
🚸 Fix ProUI hostui.notify('finished') (#26478)
This commit is contained in:
parent
8fa4f5a40f
commit
dabcd65903
@ -1722,7 +1722,7 @@ void dwinPrintAborted() {
|
||||
);
|
||||
}
|
||||
#endif
|
||||
hostui.notify("Print Aborted");
|
||||
TERN_(HOST_PROMPT_SUPPORT, hostui.notify(GET_TEXT_F(MSG_PRINT_ABORTED)));
|
||||
dwinPrintFinished();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user