Relocate configs above Marlin/src folder (#13299)
This commit is contained in:
committed by
Scott Lahteine
parent
d71dc5cf42
commit
bf8b38e0f7
@ -2,18 +2,18 @@
|
||||
|
||||
restore_configs
|
||||
|
||||
if [ -f "Marlin/src/config/examples/$@/Configuration.h" ]; then
|
||||
cp "Marlin/src/config/examples/$@/Configuration.h" Marlin/
|
||||
if [ -f "config/examples/$@/Configuration.h" ]; then
|
||||
cp "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/
|
||||
if [ -f "config/examples/$@/Configuration_adv.h" ]; then
|
||||
cp "config/examples/$@/Configuration_adv.h" Marlin/
|
||||
fi
|
||||
|
||||
if [ -f "Marlin/src/config/examples/$@/_Bootscreen.h" ]; then
|
||||
cp "Marlin/src/config/examples/$@/_Bootscreen.h" Marlin/
|
||||
if [ -f "config/examples/$@/_Bootscreen.h" ]; then
|
||||
cp "config/examples/$@/_Bootscreen.h" Marlin/
|
||||
fi
|
||||
|
||||
if [ -f "Marlin/src/config/examples/$@/_Statusscreen.h" ]; then
|
||||
cp "Marlin/src/config/examples/$@/_Statusscreen.h" Marlin/
|
||||
if [ -f "config/examples/$@/_Statusscreen.h" ]; then
|
||||
cp "config/examples/$@/_Statusscreen.h" Marlin/
|
||||
fi
|
||||
|
Reference in New Issue
Block a user