Disable ARC_SUPPORT on Tevo Tornado (#15358)

This commit is contained in:
Bo Herrmannsen 2019-09-25 00:30:56 +02:00 committed by Scott Lahteine
parent 9aaa056286
commit 6fc4d4c3b7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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