Browse Source

Disable ARC_SUPPORT on Tevo Tornado (#15358)

pull/1/head
Bo Herrmannsen 5 years ago
committed by Scott Lahteine
parent
commit
6fc4d4c3b7
  1. 2
      config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h
  2. 2
      config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration_adv.h

2
config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h

@ -1344,7 +1344,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 // Length of each arc segment
#define MIN_ARC_SEGMENTS 24 // Minimum number of segments in a complete circle

2
config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration_adv.h

@ -1344,7 +1344,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 // Length of each arc segment
#define MIN_ARC_SEGMENTS 24 // Minimum number of segments in a complete circle

Loading…
Cancel
Save