Fixed move from panel for delta bot #557
This commit is contained in:
parent
1561c6df51
commit
55c287a69e
3 changed files with 25 additions and 3 deletions
|
|
@ -163,6 +163,7 @@ void ClearToSend();
|
|||
void get_coordinates();
|
||||
#ifdef DELTA
|
||||
void calculate_delta(float cartesian[3]);
|
||||
extern float delta[3];
|
||||
#endif
|
||||
void prepare_move();
|
||||
void kill();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue