Browse Source

Update a motion comment

Scott Lahteine 6 years ago
parent
commit
15738ea506
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/motion.cpp

+ 1
- 1
Marlin/src/module/motion.cpp View File

85
 /**
85
 /**
86
  * Cartesian Current Position
86
  * Cartesian Current Position
87
  *   Used to track the native machine position as moves are queued.
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
  *   Used by 'sync_plan_position' to update 'planner.position'.
89
  *   Used by 'sync_plan_position' to update 'planner.position'.
90
  */
90
  */
91
 float current_position[XYZE] = { X_HOME_POS, Y_HOME_POS, Z_HOME_POS };
91
 float current_position[XYZE] = { X_HOME_POS, Y_HOME_POS, Z_HOME_POS };

Loading…
Cancel
Save