Browse Source

Disable ARC_SUPPORT on Tevo Tornado (#15358)

Bo Herrmannsen 5 years ago
parent
commit
6fc4d4c3b7

+ 1
- 1
config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h View File

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

+ 1
- 1
config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration_adv.h View File

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

Loading…
Cancel
Save