Use st_get_position_mm where possible (PR#2411)
This commit is contained in:
		
				
					committed by
					
						
						Richard Wackerbarth
					
				
			
			
				
	
			
			
			
						parent
						
							2e0da8abdc
						
					
				
				
					commit
					87a872e103
				
			@@ -66,10 +66,8 @@ void st_set_e_position(const long &e);
 | 
			
		||||
// Get current position in steps
 | 
			
		||||
long st_get_position(uint8_t axis);
 | 
			
		||||
 | 
			
		||||
#ifdef ENABLE_AUTO_BED_LEVELING
 | 
			
		||||
  // Get current position in mm
 | 
			
		||||
  float st_get_position_mm(AxisEnum axis);
 | 
			
		||||
#endif
 | 
			
		||||
// Get current position in mm
 | 
			
		||||
float st_get_position_mm(AxisEnum axis);
 | 
			
		||||
 | 
			
		||||
// The stepper subsystem goes to sleep when it runs out of things to execute. Call this
 | 
			
		||||
// to notify the subsystem that it is time to go to work.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user