瀏覽代碼

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.

Loading…
取消
儲存