0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-07 02:02:19 +00:00
MarlinFirmware/buildroot/bin/use_example_configs
2017-12-16 17:32:32 -06:00

9 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