Quellcode durchsuchen

Note on segment size

Scott Lahteine vor 10 Jahren
Ursprung
Commit
68ce419147
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 3
    2
      Marlin/Marlin_main.cpp

+ 3
- 2
Marlin/Marlin_main.cpp Datei anzeigen

1819
  *
1819
  *
1820
  * The arc is approximated by generating many small linear segments.
1820
  * The arc is approximated by generating many small linear segments.
1821
  * The length of each segment is configured in MM_PER_ARC_SEGMENT (Default 1mm)
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
 void plan_arc(
1826
 void plan_arc(
1826
   float *target,    // Destination position
1827
   float *target,    // Destination position

Laden…
Abbrechen
Speichern