Marlin_tarantula/buildroot/bin/use_example_configs
2020-01-11 16:03:39 +01:00

10 lines
230 B
Bash
Executable File

#!/usr/bin/env bash
restore_configs
cp Marlin/example_configurations/"$@"/Configuration* Marlin/
if [ -f "Marlin/example_configurations/$@/_Bootscreen.h" ]; then
cp "Marlin/example_configurations/$@/_Bootscreen.h" Marlin/
fi