Fix abort of SD printing
This commit is contained in:
parent
e978e6e782
commit
a1fab8336e
|
@ -865,6 +865,7 @@ void lcd_quick_feedback(const bool clear_buttons) {
|
||||||
|
|
||||||
void lcd_sdcard_stop() {
|
void lcd_sdcard_stop() {
|
||||||
abort_sd_printing = true;
|
abort_sd_printing = true;
|
||||||
|
wait_for_heatup = wait_for_user = false;
|
||||||
lcd_setstatusPGM(PSTR(MSG_PRINT_ABORTED), -1);
|
lcd_setstatusPGM(PSTR(MSG_PRINT_ABORTED), -1);
|
||||||
lcd_return_to_status();
|
lcd_return_to_status();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue