Created
May 18, 2017 01:37
-
-
Save tsnoad/93220703e6fa8a7ebd1d3e6d8754503f to your computer and use it in GitHub Desktop.
Cura gcode to x3g conversion
This file contains 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