Skip to content

Commit

Permalink
Disable file sorting (for testing purpose only)
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwurst committed Jul 15, 2023
1 parent 9861378 commit af83c12
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 af83c12

Please sign in to comment.