浏览代码

Fix "circle"

Scott Lahteine 6 年前
父节点
当前提交
2613ddf61c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      Marlin/src/gcode/bedlevel/G26.cpp

+ 2
- 2
Marlin/src/gcode/bedlevel/G26.cpp 查看文件

@@ -124,8 +124,8 @@
124 124
  *   S #  Nozzle      Used to control the size of nozzle diameter. If not specified, a .4mm nozzle is assumed.
125 125
  *
126 126
  *   U #  Random      Randomize the order that the circles are drawn on the bed. The search for the closest
127
- *                    undrawn cicle is still done. But the distance to the location for each circle has a
128
- *                    random number of the size specified added to it. Specifying S50 will give an interesting
127
+ *                    un-drawn circle is still done. But the distance to the location for each circle has a
128
+ *                    random number of the specified size added to it. Specifying S50 will give an interesting
129 129
  *                    deviation from the normal behaviour on a 10 x 10 Mesh.
130 130
  *
131 131
  *   X #  X Coord.    Specify the starting location of the drawing activity.

正在加载...
取消
保存