Merge pull request #1986 from thinkyhead/fix_homing_zpos

Fix homing Z position
This commit is contained in:
Scott Lahteine 2015-04-27 20:58:14 -07:00
commit 8c28e36e75

View File

@ -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;