浏览代码

Note on segment size

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

+ 3
- 2
Marlin/Marlin_main.cpp 查看文件

@@ -1819,8 +1819,9 @@ inline void gcode_G0_G1() {
1819 1819
  *
1820 1820
  * The arc is approximated by generating many small linear segments.
1821 1821
  * The length of each segment is configured in MM_PER_ARC_SEGMENT (Default 1mm)
1822
- * Arcs should only be made relatively large (over 5mm). Your slicer should have
1823
- * options for G2/G3 arc generation.
1822
+ * Arcs should only be made relatively large (over 5mm), as larger arcs with
1823
+ * larger segments will tend to be more efficient. Your slicer should have
1824
+ * options for G2/G3 arc generation. In future these options may be GCode tunable.
1824 1825
  */
1825 1826
 void plan_arc(
1826 1827
   float *target,    // Destination position

正在加载...
取消
保存