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
 
865
 
866
     void lcd_sdcard_stop() {
866
     void lcd_sdcard_stop() {
867
       abort_sd_printing = true;
867
       abort_sd_printing = true;
868
+      wait_for_heatup = wait_for_user = false;
868
       lcd_setstatusPGM(PSTR(MSG_PRINT_ABORTED), -1);
869
       lcd_setstatusPGM(PSTR(MSG_PRINT_ABORTED), -1);
869
       lcd_return_to_status();
870
       lcd_return_to_status();
870
 
871
 

Loading…
Cancel
Save