Browse Source

Low-priority homing in G34 (#14391)

pull/1/head
BigIronGuru 5 years ago
committed by Scott Lahteine
parent
commit
9f136a7c67
  1. 2
      Marlin/src/gcode/calibrate/G34_M422.cpp

2
Marlin/src/gcode/calibrate/G34_M422.cpp

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

Loading…
Cancel
Save