Selaa lähdekoodia

Low-priority homing in G34 (#14391)

BigIronGuru 5 vuotta sitten
vanhempi
commit
9f136a7c67
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      Marlin/src/gcode/calibrate/G34_M422.cpp

+ 1
- 1
Marlin/src/gcode/calibrate/G34_M422.cpp Näytä tiedosto

@@ -132,7 +132,7 @@ void GcodeSuite::G34() {
132 132
     );
133 133
 
134 134
     // Home before the alignment procedure
135
-    home_all_axes();
135
+    if (homing_needed()) home_all_axes();
136 136
 
137 137
     // Move the Z coordinate realm towards the positive - dirty trick
138 138
     current_position[Z_AXIS] -= z_probe * 0.5;

Loading…
Peruuta
Tallenna