This website works better with JavaScript.
Explore
Help
Sign In
forksand
/
marlin-lulzbot-laser
Watch
1
Star
1
Fork
You've already forked marlin-lulzbot-laser
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c2362c1b3c
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c2362c1b3c'
${ noResults }
marlin-lulzbot-laser
/
buildroot
/
bin
/
pins_set
4 lines
88 B
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
9 years ago
#!/usr/bin/env bash
Less greedy regex in travis helper scripts
9 years ago
eval "sed -i 's/\(#define +$2 +\)[^ ]*$/\1 $3/g' Marlin/pins_$1.h"