Move kinematic functions to "private" scope
This commit is contained in:
parent
cde068ea42
commit
4b1725628b
2 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue