Lab_interaccio/2021/Marlin-for-Raise3D-N-series-1.1.x/buildroot/bin/use_example_configs

10 lines
230 B
Plaintext
Raw Permalink Normal View History

2025-02-25 21:29:42 +01:00
#!/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