This website requires JavaScript.
Explore
Help
Register
Sign In
bissen21
/
Marlin_Firmware
Watch
1
Star
0
Fork
0
You've already forked Marlin_Firmware
Code
Issues
Pull Requests
Projects
Releases
4
Wiki
Activity
3d8a0ab4b2
Marlin_Firmware
/
buildroot
/
bin
/
pins_set
4 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Improve Travis CI test - 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
2016-03-22 09:13:38 -05:00
#!/usr/bin/env bash
Support file updates
2017-09-06 06:28:32 -05:00
eval "sed -i 's/\(#define \b${2}\b\).*$/\1 ${3}/g' Marlin/src/pins/pins_${1}.h"
Reference in New Issue
Copy Permalink