Skip to content
Snippets Groups Projects
Commit baa91999 authored by Scott Lahteine's avatar Scott Lahteine Committed by Richard Wackerbarth
Browse files

Define extern delta only for delta

parent 77e80ef3
No related branches found
No related tags found
No related merge requests found
......@@ -263,9 +263,9 @@ extern float max_pos[3]; // axis[n].max_pos
extern bool axis_known_position[3]; // axis[n].is_known
#if defined(DELTA) || defined(SCARA)
extern float delta[3];
void calculate_delta(float cartesian[3]);
#ifdef DELTA
extern float delta[3];
extern float endstop_adj[3]; // axis[n].endstop_adj
extern float delta_radius;
extern float delta_diagonal_rod;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment