🔧 Disable SDCARD_SORT_ALPHA for Creality CR-6 SE (#1071)

This commit is contained in:
Keith Bennett 2024-07-11 13:53:27 -07:00 committed by GitHub
parent 32e4aa2a52
commit 3ef3ffd022
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1799,7 +1799,7 @@
* - SDSORT_CACHE_NAMES will retain the sorted file listing in RAM. (Expensive!) * - SDSORT_CACHE_NAMES will retain the sorted file listing in RAM. (Expensive!)
* - SDSORT_DYNAMIC_RAM only uses RAM when the SD menu is visible. (Use with caution!) * - SDSORT_DYNAMIC_RAM only uses RAM when the SD menu is visible. (Use with caution!)
*/ */
#define SDCARD_SORT_ALPHA //#define SDCARD_SORT_ALPHA
// SD Card Sorting options // SD Card Sorting options
#if ENABLED(SDCARD_SORT_ALPHA) #if ENABLED(SDCARD_SORT_ALPHA)