New feature: SDCARD_SORT_ALPHA
This commit is contained in:
parent
c04d6b5aa6
commit
a561bd5e3a
24 changed files with 896 additions and 8 deletions
|
|
@ -722,4 +722,8 @@
|
|||
#define DELTA_ENDSTOP_ADJ { 0 }
|
||||
#endif
|
||||
|
||||
#if ENABLED(SDCARD_SORT_ALPHA)
|
||||
#define HAS_FOLDER_SORTING (FOLDER_SORTING || ENABLED(SDSORT_GCODE))
|
||||
#endif
|
||||
|
||||
#endif // CONDITIONALS_POST_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue