Skip to content

Commit

Permalink
Revert "Disable file sorting (for testing purpose only)"
Browse files Browse the repository at this point in the history
This reverts commit af83c12.
  • Loading branch information
knutwurst committed Jul 17, 2023
1 parent ca66eeb commit 97c3391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1611,7 +1611,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 97c3391

Please sign in to comment.