Skip to content

Commit

Permalink
🚸 Fix ProUI hostui.notify('finished') (MarlinFirmware#26478)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and classicrocker883 committed Dec 26, 2023
1 parent a389ab2 commit 2254d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/e3v2/proui/dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ void dwinPrintAborted() {
);
}
#endif
hostui.notify("Print Aborted");
TERN_(HOST_PROMPT_SUPPORT, hostui.notify(GET_TEXT_F(MSG_PRINT_ABORTED)));
dwinPrintFinished();
}

Expand Down

0 comments on commit 2254d5a

Please sign in to comment.