Enable ABL by type, support bilinear on cartesian
This commit is contained in:
parent
9cebbabd05
commit
ea0dbee3c9
34 changed files with 1466 additions and 1258 deletions
|
|
@ -319,9 +319,9 @@ float code_value_temp_diff();
|
|||
void forward_kinematics_SCARA(const float &a, const float &b);
|
||||
#endif
|
||||
|
||||
#if ENABLED(AUTO_BED_LEVELING_NONLINEAR)
|
||||
extern int nonlinear_grid_spacing[2];
|
||||
float nonlinear_z_offset(float logical[XYZ]);
|
||||
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||
extern int bilinear_grid_spacing[2];
|
||||
float bilinear_z_offset(float logical[XYZ]);
|
||||
#endif
|
||||
|
||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue