Display Welcome message after MMU progress report ends

Should make the status line look cleaner when the printer is not printing.
This commit is contained in:
D.R.racer 2022-11-16 14:20:13 +01:00 committed by DRracer
parent c86c961d4e
commit 414d3f1c12
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ void BeginReport(CommandInProgress /*cip*/, uint16_t ec) {
void EndReport(CommandInProgress /*cip*/, uint16_t /*ec*/) {
// clear the status msg line - let the printed filename get visible again
lcd_setstatuspgm(MSG_WELCOME); // should be seen only when the printer is not printing a file
custom_message_type = CustomMsg::Status;
}