Merge pull request #1163 from thinkyhead/lcd_abort_message
LCD "Abort" Message
This commit is contained in:
@ -288,6 +288,8 @@ static void lcd_sdcard_stop()
|
||||
autotempShutdown();
|
||||
|
||||
cancel_heatup = true;
|
||||
|
||||
lcd_setstatus(MSG_PRINT_ABORTED);
|
||||
}
|
||||
|
||||
/* Menu implementation */
|
||||
|
Reference in New Issue
Block a user