Merge pull request #1986 from thinkyhead/fix_homing_zpos
Fix homing Z position
This commit is contained in:
commit
8c28e36e75
1 changed files with 1 additions and 0 deletions
|
@ -1596,6 +1596,7 @@ static void homeaxis(AxisEnum axis) {
|
|||
|
||||
// Set the axis position to its home position (plus home offsets)
|
||||
axis_is_at_home(axis);
|
||||
sync_plan_position();
|
||||
|
||||
destination[axis] = current_position[axis];
|
||||
feedrate = 0.0;
|
||||
|
|
Reference in a new issue