We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59152f2 commit 9958f5eCopy full SHA for 9958f5e
Marlin/src/gcode/calibrate/G34_M422.cpp
@@ -132,7 +132,7 @@ void GcodeSuite::G34() {
132
);
133
134
// Home before the alignment procedure
135
- if (homing_needed()) home_all_axes();
+ if (!all_axes_known()) home_all_axes();
136
137
// Move the Z coordinate realm towards the positive - dirty trick
138
current_position[Z_AXIS] -= z_probe * 0.5;
0 commit comments