Add delta_height variable in lieu of using home_offset
This commit is contained in:
parent
513f25d42c
commit
658e1ebe5a
5 changed files with 84 additions and 92 deletions
|
|
@ -304,7 +304,8 @@ void report_current_position();
|
|||
#endif
|
||||
|
||||
#if ENABLED(DELTA)
|
||||
extern float delta_endstop_adj[ABC],
|
||||
extern float delta_height,
|
||||
delta_endstop_adj[ABC],
|
||||
delta_radius,
|
||||
delta_diagonal_rod,
|
||||
delta_calibration_radius,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue