(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:
committed by
Scott Lahteine
parent
e374d87ac4
commit
e64cfb13b8
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user