axis_steps_per_unit => axis_steps_per_mm
This commit is contained in:
		@@ -243,7 +243,7 @@ class Stepper {
 | 
			
		||||
    // Triggered position of an axis in mm (not core-savvy)
 | 
			
		||||
    //
 | 
			
		||||
    static FORCE_INLINE float triggered_position_mm(AxisEnum axis) {
 | 
			
		||||
      return endstops_trigsteps[axis] / planner.axis_steps_per_unit[axis];
 | 
			
		||||
      return endstops_trigsteps[axis] / planner.axis_steps_per_mm[axis];
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  private:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user