浏览代码

Fix a homing comment

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

+ 1
- 1
Marlin/Marlin_main.cpp 查看文件

2813
     if (axis == Z_AXIS) probing_pause(true);
2813
     if (axis == Z_AXIS) probing_pause(true);
2814
   #endif
2814
   #endif
2815
 
2815
 
2816
-  // Tell the planner we're at Z=0
2816
+  // Tell the planner the axis is at 0
2817
   current_position[axis] = 0;
2817
   current_position[axis] = 0;
2818
 
2818
 
2819
   #if IS_SCARA
2819
   #if IS_SCARA

正在加载...
取消
保存