Quellcode durchsuchen

Update name of st_get_axis_position_mm in stepper.h

Scott Lahteine vor 9 Jahren
Ursprung
Commit
1002eb67c8
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      Marlin/stepper.h

+ 2
- 2
Marlin/stepper.h Datei anzeigen

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.

Laden…
Abbrechen
Speichern