Evgeny-SPB пре 5 година
родитељ
комит
7116a8645c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Marlin/src/gcode/calibrate/G34_M422.cpp

+ 1
- 1
Marlin/src/gcode/calibrate/G34_M422.cpp Прегледај датотеку

@@ -194,7 +194,7 @@ void GcodeSuite::G34() {
194 194
         if (iteration == 0 || i > 0) do_blocking_move_to_z(z_probe);
195 195
 
196 196
         // Probe a Z height for each stepper.
197
-        const float z_probed_height = probe_at_point(z_auto_align_pos[i], raise_after, 0, true);
197
+        const float z_probed_height = probe_at_point(z_auto_align_pos[iprobe], raise_after, 0, true);
198 198
         if (isnan(z_probed_height)) {
199 199
           SERIAL_ECHOLNPGM("Probing failed.");
200 200
           err_break = true;

Loading…
Откажи
Сачувај