Skip to content

Instantly share code, notes, and snippets.

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