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:
@ -279,6 +279,8 @@ static void lcd_sdcard_stop()
|
||||
autotempShutdown();
|
||||
|
||||
cancel_heatup = true;
|
||||
|
||||
lcd_setstatus(MSG_PRINT_ABORTED);
|
||||
}
|
||||
|
||||
/* Menu implementation */
|
||||
|
Reference in New Issue
Block a user