mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 12:04:19 +00:00
Home on G34 if steppers slept (#15127)
This commit is contained in:
parent
59152f2671
commit
9958f5e322
@ -132,7 +132,7 @@ void GcodeSuite::G34() {
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Home before the alignment procedure
|
// 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
|
// Move the Z coordinate realm towards the positive - dirty trick
|
||||||
current_position[Z_AXIS] -= z_probe * 0.5;
|
current_position[Z_AXIS] -= z_probe * 0.5;
|
||||||
|
Loading…
Reference in New Issue
Block a user