Marlin/buildroot/bin/use_example_configs

10 lines
243 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
2017-09-06 07:28:32 -04:00
restore_configs
2017-09-18 18:20:22 -04:00
eval "cp Marlin/src/config/examples/${1}/Configuration* Marlin/"
2017-09-06 07:28:32 -04:00
if [ -f "Marlin/src/config/examples/${1}/_Bootscreen.h" ]; then
cp "Marlin/src/config/examples/${1}/_Bootscreen.h" Marlin/src/config/
fi