Move NONLINEAR bed leveling to planner
This is in advance of moving non-linear bed leveling to the planner class.
This commit is contained in:
parent
9429c7db89
commit
77639672d7
5 changed files with 71 additions and 65 deletions
|
|
@ -321,7 +321,7 @@ float code_value_temp_diff();
|
|||
|
||||
#if ENABLED(AUTO_BED_LEVELING_NONLINEAR)
|
||||
extern int nonlinear_grid_spacing[2];
|
||||
void adjust_delta(float cartesian[XYZ]);
|
||||
float nonlinear_z_offset(float logical[XYZ]);
|
||||
#endif
|
||||
|
||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue