Skip to content

Commit

Permalink
default 0
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 16, 2023
1 parent 39db5a8 commit a5e69b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Marlin/src/sd/cardreader.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ extern const char M23_STR[], M24_STR[];
#endif
#if SDSORT_FOLDERS || ENABLED(SDSORT_GCODE)
#define HAS_FOLDER_SORTING 1
#ifndef SDSORT_FOLDERS
#define SDSORT_FOLDERS 0
#endif
#endif
#endif

Expand Down
6 changes: 3 additions & 3 deletions buildroot/tests/STM32F103VE_longer_maple
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ set -e

use_example_configs Alfawise/U20
opt_enable BAUD_RATE_GCODE
exec_test $1 $2 "maple CLASSIC_UI U20 config" "$3"
exec_test $1 $2 "Maple - Alfawise U20 - CLASSIC_UI" "$3"

use_example_configs Alfawise/U20
opt_enable BAUD_RATE_GCODE TFT_COLOR_UI
opt_disable TFT_CLASSIC_UI CUSTOM_STATUS_SCREEN_IMAGE
exec_test $1 $2 "maple COLOR_UI U20 config" "$3"
exec_test $1 $2 "Maple - Alfawise U20 - COLOR_UI" "$3"

use_example_configs Alfawise/U20-bltouch
opt_enable BAUD_RATE_GCODE
exec_test $1 $2 "maple BLTouch U20 config"
exec_test $1 $2 "Maple - Alfawise U20 - BLTouch"

# cleanup
restore_configs

0 comments on commit a5e69b7

Please sign in to comment.