Fix LCD print aborted message
This commit is contained in:
parent
0f1e8c195d
commit
2c7a39bc0e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user