This website requires JavaScript.
Explore
Help
Sign In
3DPrinting
/
MarlinFirmware
Watch
1
Star
0
Fork
0
You've already forked MarlinFirmware
mirror of
https://github.com/MarlinFirmware/Marlin.git
synced
2024-11-23 20:18:52 +00:00
Code
Issues
Releases
Wiki
Activity
bf8710d522
MarlinFirmware
/
buildroot
/
bin
/
opt_set
4 lines
94 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 14:13:38 +00:00
#!/usr/bin/env bash
Less greedy regex in travis helper scripts
2016-05-27 04:04:32 +00:00
eval "sed -i 's/\(#define +$1 +\)[^ ]*$/\1 $2/g' Marlin/Configuration.h"
Reference in New Issue
Copy Permalink