浏览代码

Update a comment in motion.cpp

Scott Lahteine 7 年前
父节点
当前提交
23a876b08d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/module/motion.cpp

+ 1
- 1
Marlin/src/module/motion.cpp 查看文件

@@ -83,7 +83,7 @@ float current_position[XYZE] = { 0.0 };
83 83
  * Cartesian Destination
84 84
  *   The destination for a move, filled in by G-code movement commands,
85 85
  *   and expected by functions like 'prepare_move_to_destination'.
86
- *   Set with 'gcode_get_destination' or 'set_destination_from_current'.
86
+ *   Set with 'get_destination_from_command' or 'set_destination_from_current'.
87 87
  */
88 88
 float destination[XYZE] = { 0.0 };
89 89
 

正在加载...
取消
保存