Browse Source

Update name of st_get_axis_position_mm in stepper.h

Scott Lahteine 9 years ago
parent
commit
1002eb67c8
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/stepper.h

+ 2
- 2
Marlin/stepper.h View File

66
 // Get current position in steps
66
 // Get current position in steps
67
 long st_get_position(uint8_t axis);
67
 long st_get_position(uint8_t axis);
68
 
68
 
69
-// Get current position in mm
70
-float st_get_position_mm(AxisEnum axis);
69
+// Get current axis position in mm
70
+float st_get_axis_position_mm(AxisEnum axis);
71
 
71
 
72
 // The stepper subsystem goes to sleep when it runs out of things to execute. Call this
72
 // The stepper subsystem goes to sleep when it runs out of things to execute. Call this
73
 // to notify the subsystem that it is time to go to work.
73
 // to notify the subsystem that it is time to go to work.

Loading…
Cancel
Save