support for helical motion
This commit is contained in:
parent
8f3a69b37e
commit
e257fc195c
6 changed files with 164 additions and 117 deletions
|
|
@ -62,4 +62,7 @@ void st_go_home();
|
|||
// Echo steps to serial port? (true/false)
|
||||
void st_set_echo(int value);
|
||||
|
||||
// Convert from millimeters to step-counts along the designated axis
|
||||
int32_t st_millimeters_to_steps(double millimeters, int axis);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue