Selaa lähdekoodia

Clear Pausing message after M600 park (#14171)

InsanityAutomation 5 vuotta sitten
vanhempi
commit
34ae76025e
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2
    1
      Marlin/src/feature/pause.cpp

+ 2
- 1
Marlin/src/feature/pause.cpp Näytä tiedosto

@@ -681,7 +681,8 @@ void resume_print(const float &slow_load_length/*=0*/, const float &fast_load_le
681 681
   // Resume the print job timer if it was running
682 682
   if (print_job_timer.isPaused()) print_job_timer.start();
683 683
 
684
-  #if HAS_LCD_MENU
684
+  #if HAS_DISPLAY
685
+    ui.reset_status();
685 686
     ui.return_to_status();
686 687
   #endif
687 688
 }

Loading…
Peruuta
Tallenna