(1.1.x) auto tune calibration parameters (#8031)

* auto tune calibration parameters

* solve warnings

* Tweaks to formatting

* review Thinkyhead

* Error
This commit is contained in:
Luc Van Daele 2017-10-27 06:49:20 +02:00 committed by Scott Lahteine
parent e374d87ac4
commit e64cfb13b8
11 changed files with 415 additions and 188 deletions

View file

@ -297,7 +297,7 @@ extern float soft_endstop_min[XYZ], soft_endstop_max[XYZ];
#endif
#if ENABLED(DELTA)
extern float endstop_adj[ABC],
extern float delta_endstop_adj[ABC],
delta_radius,
delta_diagonal_rod,
delta_calibration_radius,