(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:
parent
e374d87ac4
commit
e64cfb13b8
11 changed files with 415 additions and 188 deletions
|
|
@ -40,10 +40,10 @@
|
|||
|
||||
#if ENABLED(DELTA)
|
||||
|
||||
extern float delta[ABC],
|
||||
endstop_adj[ABC];
|
||||
extern float delta[ABC];
|
||||
|
||||
extern float delta_radius,
|
||||
extern float delta_endstop_adj[ABC],
|
||||
delta_radius,
|
||||
delta_tower_angle_trim[ABC],
|
||||
delta_tower[ABC][2],
|
||||
delta_diagonal_rod,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue