Browse Source

Merge pull request #1986 from thinkyhead/fix_homing_zpos

Fix homing Z position
Scott Lahteine 10 years ago
parent
commit
8c28e36e75
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/Marlin_main.cpp

+ 1
- 0
Marlin/Marlin_main.cpp View File

1596
 
1596
 
1597
     // Set the axis position to its home position (plus home offsets)
1597
     // Set the axis position to its home position (plus home offsets)
1598
     axis_is_at_home(axis);
1598
     axis_is_at_home(axis);
1599
+    sync_plan_position();
1599
 
1600
 
1600
     destination[axis] = current_position[axis];
1601
     destination[axis] = current_position[axis];
1601
     feedrate = 0.0;
1602
     feedrate = 0.0;

Loading…
Cancel
Save