Skip to content

Commit

Permalink
Home on G34 if steppers slept (MarlinFirmware#15127)
Browse files Browse the repository at this point in the history
  • Loading branch information
GMagician authored and thinkyhead committed Sep 2, 2019
1 parent 59152f2 commit 9958f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/gcode/calibrate/G34_M422.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ void GcodeSuite::G34() {
);

// Home before the alignment procedure
if (homing_needed()) home_all_axes();
if (!all_axes_known()) home_all_axes();

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

0 comments on commit 9958f5e

Please sign in to comment.