|
|
@ -1344,7 +1344,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// G2/G3 Arc Support
|
|
|
|
// G2/G3 Arc Support
|
|
|
|
//
|
|
|
|
//
|
|
|
|
#define ARC_SUPPORT // Disable this feature to save ~3226 bytes
|
|
|
|
//#define ARC_SUPPORT // Disable this feature to save ~3226 bytes
|
|
|
|
#if ENABLED(ARC_SUPPORT)
|
|
|
|
#if ENABLED(ARC_SUPPORT)
|
|
|
|
#define MM_PER_ARC_SEGMENT 1 // Length of each arc segment
|
|
|
|
#define MM_PER_ARC_SEGMENT 1 // Length of each arc segment
|
|
|
|
#define MIN_ARC_SEGMENTS 24 // Minimum number of segments in a complete circle
|
|
|
|
#define MIN_ARC_SEGMENTS 24 // Minimum number of segments in a complete circle
|
|
|
|