Merge pull request #1986 from thinkyhead/fix_homing_zpos
Fix homing Z position
This commit is contained in:
		@@ -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;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user