Skip to content

Commit 9f38f38

Browse files
Experimental SCURVE no longer needed
1 parent 6df7347 commit 9f38f38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Marlin/Configuration_adv.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,7 @@
16271627
#define SDSORT_GCODE false // Enable G-code M34 to set sorting behaviors: M34 S<-1|0|1> F<-1|0|1>
16281628
#define SDSORT_USES_RAM false // Pre-allocate a static array for faster pre-sorting.
16291629
#define SDSORT_USES_STACK false // Prefer the stack for pre-sorting to give back some SRAM. (Negated by next 2 options.)
1630-
#define SDSORT_CACHE_NAMES true // Keep sorted items in RAM longer for speedy performance. Most expensive option.
1630+
#define SDSORT_CACHE_NAMES false // Keep sorted items in RAM longer for speedy performance. Most expensive option.
16311631
#define SDSORT_DYNAMIC_RAM false // Use dynamic allocation (within SD menus). Least expensive option. Set SDSORT_LIMIT before use!
16321632
#define SDSORT_CACHE_VFATS 2 // Maximum number of 13-byte VFAT entries to use for sorting.
16331633
// Note: Only affects SCROLL_LONG_FILENAMES with SDSORT_CACHE_NAMES but not SDSORT_DYNAMIC_RAM.
@@ -2121,7 +2121,6 @@
21212121
#endif
21222122
//#define ADVANCE_K_EXTRA // Add a second linear advance constant, configurable with M900 L.
21232123
//#define LA_DEBUG // Print debug information to serial during operation. Disable for production use.
2124-
#define EXPERIMENTAL_SCURVE // Allow S-Curve Acceleration to be used with LA.
21252124
#define ALLOW_LOW_EJERK // Allow a DEFAULT_EJERK value of <10. Recommended for direct drive hotends.
21262125
//#define EXPERIMENTAL_I2S_LA // Allow I2S_STEPPER_STREAM to be used with LA. Performance degrades as the LA step rate reaches ~20kHz.
21272126
#endif

0 commit comments

Comments
 (0)