|
|
|
|
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
|