Augment planner/stepper getters/setters
This commit is contained in:
parent
2febd8ec82
commit
ecf7cdde65
5 changed files with 21 additions and 11 deletions
|
|
@ -189,6 +189,7 @@ class Stepper {
|
|||
// Set the current position in steps
|
||||
//
|
||||
static void set_position(const long& x, const long& y, const long& z, const long& e);
|
||||
static void set_position(const AxisEnum& a, const long& v);
|
||||
static void set_e_position(const long& e);
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue