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:
Scott Lahteine
2014-11-30 19:56:06 -08:00
parent 2f9ed1777d
commit 3ebfd29312
2 changed files with 15 additions and 0 deletions

View File

@ -279,6 +279,8 @@ static void lcd_sdcard_stop()
autotempShutdown();
cancel_heatup = true;
lcd_setstatus(MSG_PRINT_ABORTED);
}
/* Menu implementation */