mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-11 08:55:37 +00:00

- Add shell scripts to help with managing configs - Clean up .travis.yml file by using shell scripts - Don’t download “astyle” – not needed and delays Travis results
5 lines
208 B
Bash
Executable file
5 lines
208 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cp Marlin/Configuration.h.backup Marlin/Configuration.h
|
|
cp Marlin/Configuration_adv.h.backup Marlin/Configuration_adv.h
|
|
cp Marlin/pins_RAMPS_14.h.backup Marlin/pins_RAMPS_14.h
|