浏览代码

Fix a homing comment

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

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

@@ -977,7 +977,7 @@ static void do_homing_move(const AxisEnum axis, const float distance, const floa
977 977
     if (axis == Z_AXIS) probing_pause(true);
978 978
   #endif
979 979
 
980
-  // Tell the planner we're at Z=0
980
+  // Tell the planner the axis is at 0
981 981
   current_position[axis] = 0;
982 982
 
983 983
   #if IS_SCARA

正在加载...
取消
保存