Created
May 18, 2017 01:37
-
-
Save tsnoad/270ac205b9147b563afdacac09c7dbe8 to your computer and use it in GitHub Desktop.
Cura gcode to x3g conversion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f=T_coolingfan.gcode && cat $f | sed 's/M109 S/M104 S/g' | sed 's/M190 /M109 /g' | /Users/tsnoad/Things/GPX/gpx -s > ${f%.*}.x3g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment