Low-priority homing in G34 (#14391)
This commit is contained in:
parent
49627069a5
commit
9f136a7c67
@ -132,7 +132,7 @@ void GcodeSuite::G34() {
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Home before the alignment procedure
|
// Home before the alignment procedure
|
||||||
home_all_axes();
|
if (homing_needed()) 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