Improve use_example_configs script
This commit is contained in:
parent
26208a5c2f
commit
8653cedee4
|
@ -2,7 +2,13 @@
|
||||||
|
|
||||||
restore_configs
|
restore_configs
|
||||||
|
|
||||||
cp Marlin/src/config/examples/"$@"/Configuration* Marlin/
|
if [ -f "Marlin/src/config/examples/$@/Configuration.h" ]; then
|
||||||
|
cp "Marlin/src/config/examples/$@/Configuration.h" Marlin/
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -f "Marlin/src/config/examples/$@/Configuration_adv.h" ]; then
|
||||||
|
cp "Marlin/src/config/examples/$@/Configuration_adv.h" Marlin/
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -f "Marlin/src/config/examples/$@/_Bootscreen.h" ]; then
|
if [ -f "Marlin/src/config/examples/$@/_Bootscreen.h" ]; then
|
||||||
cp "Marlin/src/config/examples/$@/_Bootscreen.h" Marlin/
|
cp "Marlin/src/config/examples/$@/_Bootscreen.h" Marlin/
|
||||||
|
|
Loading…
Reference in a new issue