2016-03-22 15:13:38 +01:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2017-09-06 13:28:32 +02:00
|
|
|
restore_configs
|
2016-07-16 14:00:43 +02:00
|
|
|
|
2017-09-19 00:20:22 +02:00
|
|
|
eval "cp Marlin/src/config/examples/${1}/Configuration* Marlin/"
|
2017-09-06 13:28:32 +02: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 14:00:43 +02:00
|
|
|
fi
|