Skip to content

Instantly share code, notes, and snippets.

@ryansturmer
Created January 30, 2015 20:30
Show Gist options
  • Save ryansturmer/3d240a58203675bef997 to your computer and use it in GitHub Desktop.
Save ryansturmer/3d240a58203675bef997 to your computer and use it in GitHub Desktop.
Cut a simple circle using 4 arcs
G17
G0Z0.8000
G0X0.0000Y0.0000S14000
G0X0.5000Y1.5000Z0.4500F240.0
G1Z0.1500F60.0
G3X1.5000Y0.5000I1.0000J0.0000F120.0
G3X2.5000Y1.5000I0.0000J1.0000F120.0
G3X1.5000Y2.5000I-1.0000J0.0000F120.0
G3X0.5000Y1.5000I0.0000J-1.0000F120.0
G0Z0.4500F240.0
G0Z0.8000
G0X0.0000Y0.0000
M30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment