Some cleanup of st_get_pos functions

This commit is contained in:
Scott Lahteine
2016-04-11 01:03:10 -07:00
parent fdee2be49c
commit e087a99a10
3 changed files with 26 additions and 7 deletions

View File

@@ -61,7 +61,7 @@ void st_set_position(const long& x, const long& y, const long& z, const long& e)
void st_set_e_position(const long& e);
// Get current position in steps
long st_get_position(uint8_t axis);
long st_get_position(AxisEnum axis);
// Get current axis position in mm
float st_get_axis_position_mm(AxisEnum axis);