Move SF_ARC_FIX

This commit is contained in:
Scott Lahteine 2020-10-04 15:44:14 -05:00
parent 98b9068962
commit e6a273fc74
401 changed files with 616 additions and 2150 deletions

View file

@ -1770,6 +1770,7 @@
#define N_ARC_CORRECTION 25 // Number of interpolated segments between corrections
#define ARC_P_CIRCLES // Enable the 'P' parameter to specify complete circles
#define CNC_WORKSPACE_PLANES // Allow G2/G3 to operate in XY, ZX, or YZ planes
//#define SF_ARC_FIX // Enable only if using SkeinForge with "Arc Point" fillet procedure
#endif
// Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes. - unused by most slicers