Print a message when printing is aborted
Messages in gcode files like “M117 Printing…” were not being cleared on Stop Print.
This commit is contained in:
parent
2f9ed1777d
commit
3ebfd29312
2 changed files with 15 additions and 0 deletions
|
|
@ -279,6 +279,8 @@ static void lcd_sdcard_stop()
|
|||
autotempShutdown();
|
||||
|
||||
cancel_heatup = true;
|
||||
|
||||
lcd_setstatus(MSG_PRINT_ABORTED);
|
||||
}
|
||||
|
||||
/* Menu implementation */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue