use_example_configs 230 B

123456789
  1. #!/usr/bin/env bash
  2. restore_configs
  3. cp Marlin/example_configurations/"$@"/Configuration* Marlin/
  4. if [ -f "Marlin/example_configurations/$@/_Bootscreen.h" ]; then
  5. cp "Marlin/example_configurations/$@/_Bootscreen.h" Marlin/
  6. fi