Bläddra i källkod

Update a motion comment

Scott Lahteine 6 år sedan
förälder
incheckning
15738ea506
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      Marlin/src/module/motion.cpp

+ 1
- 1
Marlin/src/module/motion.cpp Visa fil

@@ -85,7 +85,7 @@ bool relative_mode; // = false;
85 85
 /**
86 86
  * Cartesian Current Position
87 87
  *   Used to track the native machine position as moves are queued.
88
- *   Used by 'buffer_line_to_current_position' to do a move after changing it.
88
+ *   Used by 'line_to_current_position' to do a move after changing it.
89 89
  *   Used by 'sync_plan_position' to update 'planner.position'.
90 90
  */
91 91
 float current_position[XYZE] = { X_HOME_POS, Y_HOME_POS, Z_HOME_POS };

Laddar…
Avbryt
Spara