Merge pull request #6410 from teemuatlut/LVD-Delta

Delta auto-calibration updates
This commit is contained in:
Scott Lahteine
2017-04-30 16:39:51 -05:00
committed by GitHub
19 changed files with 402 additions and 513 deletions

View File

@ -302,9 +302,9 @@ float code_value_temp_diff();
extern float endstop_adj[ABC],
delta_radius,
delta_diagonal_rod,
delta_calibration_radius,
delta_segments_per_second,
delta_diagonal_rod_trim[ABC],
delta_tower_angle_trim[ABC],
delta_tower_angle_trim[2],
delta_clip_start_height;
void recalc_delta_settings(float radius, float diagonal_rod);
#elif IS_SCARA