mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-02-15 08:59:45 -07:00
Improve opt_set (etc.) used for tests
This commit is contained in:
parent
0e61b4a982
commit
c4fe072751
41 changed files with 229 additions and 475 deletions
|
|
@ -10,8 +10,7 @@ set -e
|
|||
# Build with the default configurations
|
||||
#
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_LINUX_RAMPS
|
||||
opt_set TEMP_SENSOR_BED 1
|
||||
opt_set MOTHERBOARD BOARD_LINUX_RAMPS TEMP_SENSOR_BED 1
|
||||
opt_enable PIDTEMPBED EEPROM_SETTINGS BAUD_RATE_GCODE
|
||||
exec_test $1 $2 "Linux with EEPROM" "$3"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue