Fix LCD print aborted message

This commit is contained in:
Scott Lahteine 2017-05-29 19:50:53 -05:00
parent 0f1e8c195d
commit 2c7a39bc0e

View File

@ -718,7 +718,8 @@ void kill_screen(const char* lcd_msg) {
for (uint8_t i = 0; i < FAN_COUNT; i++) fanSpeeds[i] = 0;
#endif
wait_for_heatup = false;
lcd_setstatusPGM(PSTR(MSG_PRINT_PAUSED), -1);
lcd_setstatusPGM(PSTR(MSG_PRINT_ABORTED), -1);
lcd_return_to_status();
}
#endif // SDSUPPORT