Skip to content

Commit

Permalink
🔧 No SDCARD_SORT_ALPHA on Creality CR-6 SE
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Jun 26, 2024
1 parent 0b6a671 commit ea4ff89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/examples/Creality/CR-6 SE/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@
* - 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!)
*/
#define SDCARD_SORT_ALPHA
//#define SDCARD_SORT_ALPHA

// SD Card Sorting options
#if ENABLED(SDCARD_SORT_ALPHA)
Expand Down

0 comments on commit ea4ff89

Please sign in to comment.