Explorar el Código

Update a motion comment

Scott Lahteine hace 6 años
padre
commit
15738ea506
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/src/module/motion.cpp

+ 1
- 1
Marlin/src/module/motion.cpp Ver fichero

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…
Cancelar
Guardar