Enable ARC Support for G2 and G3 Gcodes, which are used for Laser engraving

This commit is contained in:
Knutwurst
2020-10-20 13:37:36 +02:00
parent 9c7e052d82
commit f490bb5483

View File

@@ -1661,7 +1661,7 @@
//
// 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)
#define MM_PER_ARC_SEGMENT 1 // (mm) Length (or minimum length) of each arc segment
//#define ARC_SEGMENTS_PER_R 1 // Max segment length, MM_PER = Min