2016-03-22 14:13:38 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2017-09-06 11:28:32 +00:00
|
|
|
restore_configs
|
2016-07-16 12:00:43 +00:00
|
|
|
|
2017-09-18 22:20:22 +00:00
|
|
|
eval "cp Marlin/src/config/examples/${1}/Configuration* Marlin/"
|
2017-09-06 11:28:32 +00:00
|
|
|
|
|
|
|
if [ -f "Marlin/src/config/examples/${1}/_Bootscreen.h" ]; then
|
|
|
|
cp "Marlin/src/config/examples/${1}/_Bootscreen.h" Marlin/src/config/
|
2016-07-16 12:00:43 +00:00
|
|
|
fi
|