♻️ FOLDER_SORTING => SDSORT_FOLDERS

This commit is contained in:
Scott Lahteine
2024-01-30 21:57:20 -06:00
parent 73ed511eed
commit 20ee8dde8c
4 changed files with 9 additions and 6 deletions

View File

@@ -1616,7 +1616,7 @@
// SD Card Sorting options
#if ENABLED(SDCARD_SORT_ALPHA)
#define SDSORT_LIMIT 40 // Maximum number of sorted items (10-256). Costs 27 bytes each.
#define FOLDER_SORTING -1 // -1=above 0=none 1=below
#define SDSORT_FOLDERS -1 // -1=above 0=none 1=below
#define SDSORT_GCODE false // Allow turning sorting on/off with LCD and M34 G-code.
#define SDSORT_USES_RAM false // Pre-allocate a static array for faster pre-sorting.
#define SDSORT_USES_STACK false // Prefer the stack for pre-sorting to give back some SRAM. (Negated by next 2 options.)