Enable ARC_P_CIRCLES

This commit is contained in:
Thomas Basler 2021-11-21 18:02:04 +01:00
parent 91c4862878
commit 102d0f4fa4
1 changed files with 1 additions and 1 deletions

View File

@ -2288,7 +2288,7 @@
#define MIN_CIRCLE_SEGMENTS 72 // Minimum number of segments in a complete circle
//#define ARC_SEGMENTS_PER_SEC 50 // Use the feedrate to choose the segment length
#define N_ARC_CORRECTION 25 // Number of interpolated segments between corrections
//#define ARC_P_CIRCLES // Enable the 'P' parameter to specify complete circles
#define ARC_P_CIRCLES // Enable the 'P' parameter to specify complete circles
//#define SF_ARC_FIX // Enable only if using SkeinForge with "Arc Point" fillet procedure
#endif