Merge pull request #1163 from thinkyhead/lcd_abort_message

LCD "Abort" Message
This commit is contained in:
Bo Herrmannsen
2014-12-17 21:30:19 +01:00
2 changed files with 15 additions and 0 deletions

View File

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