Merge pull request #1163 from thinkyhead/lcd_abort_message
LCD "Abort" Message
This commit is contained in:
commit
e83cfc0a62
2 changed files with 15 additions and 0 deletions
|
|
@ -288,6 +288,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