Skip to content

Commit 9958f5e

Browse files
GMagicianthinkyhead
authored andcommitted
Home on G34 if steppers slept (MarlinFirmware#15127)
1 parent 59152f2 commit 9958f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/gcode/calibrate/G34_M422.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ void GcodeSuite::G34() {
132132
);
133133

134134
// Home before the alignment procedure
135-
if (homing_needed()) home_all_axes();
135+
if (!all_axes_known()) home_all_axes();
136136

137137
// Move the Z coordinate realm towards the positive - dirty trick
138138
current_position[Z_AXIS] -= z_probe * 0.5;

0 commit comments

Comments
 (0)