marlin-pavel/Marlin-1.1.x/buildroot/bin/use_example_configs

8 lines
224 B
Plaintext
Raw Normal View History

2017-12-22 20:05:24 +01:00
#!/usr/bin/env bash
eval "cp Marlin/example_configurations/${1}/Configuration* Marlin/"
if [ -f "Marlin/example_configurations/${1}/_Bootscreen.h" ]; then
cp "Marlin/example_configurations/${1}/_Bootscreen.h" Marlin/
fi