Skip to content
Snippets Groups Projects
Commit 1002eb67 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Update name of st_get_axis_position_mm in stepper.h

parent eafbc5e0
Branches
Tags
No related merge requests found
...@@ -66,8 +66,8 @@ void st_set_e_position(const long& e); ...@@ -66,8 +66,8 @@ void st_set_e_position(const long& e);
// Get current position in steps // Get current position in steps
long st_get_position(uint8_t axis); long st_get_position(uint8_t axis);
// Get current position in mm // Get current axis position in mm
float st_get_position_mm(AxisEnum axis); float st_get_axis_position_mm(AxisEnum axis);
// The stepper subsystem goes to sleep when it runs out of things to execute. Call this // The stepper subsystem goes to sleep when it runs out of things to execute. Call this
// to notify the subsystem that it is time to go to work. // to notify the subsystem that it is time to go to work.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment