Merge pull request #1986 from thinkyhead/fix_homing_zpos
Fix homing Z position
This commit is contained in:
commit
8c28e36e75
@ -1596,6 +1596,7 @@ static void homeaxis(AxisEnum axis) {
|
|||||||
|
|
||||||
// Set the axis position to its home position (plus home offsets)
|
// Set the axis position to its home position (plus home offsets)
|
||||||
axis_is_at_home(axis);
|
axis_is_at_home(axis);
|
||||||
|
sync_plan_position();
|
||||||
|
|
||||||
destination[axis] = current_position[axis];
|
destination[axis] = current_position[axis];
|
||||||
feedrate = 0.0;
|
feedrate = 0.0;
|
||||||
|
Loading…
Reference in New Issue
Block a user