Browse Source

Fix stuck "Print Aborted" LCD message

Fixes #6393
pull/1/head
Scott Lahteine 8 years ago
parent
commit
adb8e68592
  1. 2
      Marlin/ultralcd.cpp

2
Marlin/ultralcd.cpp

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