mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-06 14:37:27 -06:00
🔧 Reversible file alpha sorting (#26130)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
parent
7e7dcb8692
commit
49ead19d00
9 changed files with 65 additions and 44 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue