2016-03-22 10:13:38 -04:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2017-09-06 07:28:32 -04:00
|
|
|
restore_configs
|
2016-07-16 08:00:43 -04:00
|
|
|
|
2017-12-16 18:29:35 -05:00
|
|
|
cp Marlin/src/config/examples/"$@"/Configuration* Marlin/
|
2017-09-06 07:28:32 -04:00
|
|
|
|
2017-12-16 18:29:35 -05:00
|
|
|
if [ -f "Marlin/src/config/examples/$@/_Bootscreen.h" ]; then
|
|
|
|
cp "Marlin/src/config/examples/$@/_Bootscreen.h" Marlin/src/config/
|
2016-07-16 08:00:43 -04:00
|
|
|
fi
|