min_pos/max_pos => sw_endstop_min/sw_endstop_max
This commit is contained in:
@@ -275,8 +275,8 @@ extern float filament_size[EXTRUDERS]; // cross-sectional area of filament (in m
|
||||
extern float volumetric_multiplier[EXTRUDERS]; // reciprocal of cross-sectional area of filament (in square millimeters), stored this way to reduce computational burden in planner
|
||||
extern float current_position[NUM_AXIS];
|
||||
extern float home_offset[3]; // axis[n].home_offset
|
||||
extern float min_pos[3]; // axis[n].min_pos
|
||||
extern float max_pos[3]; // axis[n].max_pos
|
||||
extern float sw_endstop_min[3]; // axis[n].sw_endstop_min
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user