Move kinematic functions to "private" scope

This commit is contained in:
Scott Lahteine
2016-07-21 14:37:10 -07:00
parent cde068ea42
commit 4b1725628b
2 changed files with 1 additions and 4 deletions

View File

@ -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