mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-08 06:23:56 -06:00
[2.0.x] PersistentStore update followup (#11549)
This commit is contained in:
parent
846bd24eb9
commit
5573ef62c6
13 changed files with 25 additions and 132 deletions
|
@ -5,7 +5,7 @@ set -e
|
|||
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_RAMPS4DUE_EFB
|
||||
opt_enable S_CURVE_ACCELERATION
|
||||
opt_enable S_CURVE_ACCELERATION EEPROM_SETTINGS
|
||||
opt_set E0_AUTO_FAN_PIN 8
|
||||
opt_set EXTRUDER_AUTO_FAN_SPEED 100
|
||||
exec_test $1 $2 "RAMPS4DUE_EFB S_CURVE_ACCELERATION"
|
||||
exec_test $1 $2 "RAMPS4DUE_EFB S_CURVE_ACCELERATION EEPROM_SETTINGS"
|
||||
|
|
|
@ -14,8 +14,8 @@ exec_test $1 $2 "VIKI2 and SDSUPPORT"
|
|||
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_MKS_SBASE
|
||||
opt_enable REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER SDSUPPORT
|
||||
exec_test $1 $2 "MKS SBASE RRDFG SDSUPPORT"
|
||||
opt_enable REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER SDSUPPORT EEPROM_SETTINGS
|
||||
exec_test $1 $2 "MKS SBASE RRDFG SDSUPPORT EEPROM_SETTINGS"
|
||||
|
||||
#clean up
|
||||
restore_configs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue