Planner singleton class
This commit is contained in:
		@@ -283,6 +283,12 @@ extern float sw_endstop_max[3]; // axis[n].sw_endstop_max
 | 
			
		||||
extern bool axis_known_position[3]; // axis[n].is_known
 | 
			
		||||
extern bool axis_homed[3]; // axis[n].is_homed
 | 
			
		||||
 | 
			
		||||
// GCode support for external objects
 | 
			
		||||
extern bool code_seen(char);
 | 
			
		||||
extern float code_value();
 | 
			
		||||
extern long code_value_long();
 | 
			
		||||
extern int16_t code_value_short();
 | 
			
		||||
 | 
			
		||||
#if ENABLED(DELTA)
 | 
			
		||||
  #ifndef DELTA_RADIUS_TRIM_TOWER_1
 | 
			
		||||
    #define DELTA_RADIUS_TRIM_TOWER_1 0.0
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user