Prusa_i3_Marlin/buildroot/bin/use_example_configs
2019-11-30 16:01:07 +00: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