Browse Source

Fix abort of SD printing

Scott Lahteine 7 years ago
parent
commit
a1fab8336e
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/lcd/ultralcd.cpp

+ 1
- 0
Marlin/src/lcd/ultralcd.cpp View File

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

Loading…
Cancel
Save