Fix stuck "Print Aborted" LCD message

Fixes #6393
This commit is contained in:
Scott Lahteine 2017-04-26 05:36:37 -05:00
parent 096b927102
commit adb8e68592

View file

@ -705,7 +705,7 @@ void kill_screen(const char* lcd_msg) {
thermalManager.autotempShutdown();
#endif
wait_for_heatup = false;
lcd_setstatuspgm(PSTR(MSG_PRINT_ABORTED), true);
LCD_MESSAGEPGM(MSG_PRINT_ABORTED);
}
#endif // SDSUPPORT