Pārlūkot izejas kodu

Add planner.synchronize to UBL G29

Scott Lahteine 6 gadus atpakaļ
vecāks
revīzija
78557076ff
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

+ 1
- 0
Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp Parādīt failu

@@ -313,6 +313,7 @@
313 313
 
314 314
     // Check for commands that require the printer to be homed
315 315
     if (may_move) {
316
+      planner.synchronize();
316 317
       if (axis_unhomed_error()) gcode.home_all_axes();
317 318
       #if ENABLED(DUAL_X_CARRIAGE)
318 319
         if (active_extruder != 0) tool_change(0);

Notiek ielāde…
Atcelt
Saglabāt