Fix abort of SD printing

2.0.x
Scott Lahteine 7 years ago
parent e978e6e782
commit a1fab8336e

@ -865,6 +865,7 @@ void lcd_quick_feedback(const bool clear_buttons) {
void lcd_sdcard_stop() {
abort_sd_printing = true;
wait_for_heatup = wait_for_user = false;
lcd_setstatusPGM(PSTR(MSG_PRINT_ABORTED), -1);
lcd_return_to_status();

Loading…
Cancel
Save