瀏覽代碼

Update name of st_get_axis_position_mm in stepper.h

Scott Lahteine 9 年之前
父節點
當前提交
1002eb67c8
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      Marlin/stepper.h

+ 2
- 2
Marlin/stepper.h 查看文件

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…
取消
儲存