Move kinematic functions to "private" scope
This commit is contained in:
@ -487,6 +487,7 @@ static uint8_t target_extruder;
|
||||
int delta_grid_spacing[2] = { 0, 0 };
|
||||
float bed_level[AUTO_BED_LEVELING_GRID_POINTS][AUTO_BED_LEVELING_GRID_POINTS];
|
||||
#endif
|
||||
float delta_safe_distance_from_top();
|
||||
#else
|
||||
static bool home_all_axis = true;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user