Fix stuck "Print Aborted" LCD message

Fixes #6393
2.0.x
Scott Lahteine 8 years ago
parent 096b927102
commit adb8e68592

@ -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

Loading…
Cancel
Save