Fix LCD menus + DAC (#19907)
This commit is contained in:
parent
e3f1f7cd85
commit
bdb3f1ae2f
2 changed files with 9 additions and 4 deletions
|
|
@ -11,7 +11,12 @@ set -e
|
|||
#
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_PRINTRBOARD
|
||||
exec_test $1 $2 "Default Configuration"
|
||||
exec_test $1 $2 "Printrboard Configuration"
|
||||
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_PRINTRBOARD_REVF
|
||||
opt_enable MINIPANEL
|
||||
exec_test $1 $2 "Printrboard RevF with MiniPanel and Stepper DAC (in pins file)"
|
||||
|
||||
# clean up
|
||||
restore_configs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue