Procházet zdrojové kódy

Fix M600 resume_print

Derived from #7811 and #7779
Scott Lahteine před 7 roky
rodič
revize
a03e70d46c
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2
    0
      Marlin/src/feature/pause.cpp

+ 2
- 0
Marlin/src/feature/pause.cpp Zobrazit soubor

@@ -268,6 +268,8 @@ void resume_print(const float &load_length/*=0*/, const float &initial_extrude_l
268 268
     filament_change_beep(max_beep_count, true);
269 269
   #endif
270 270
 
271
+  set_destination_to_current();
272
+
271 273
   if (load_length != 0) {
272 274
     #if ENABLED(ULTIPANEL)
273 275
       // Show "insert filament"

Loading…
Zrušit
Uložit