Created
January 30, 2015 20:30
-
-
Save ryansturmer/3d240a58203675bef997 to your computer and use it in GitHub Desktop.
Cut a simple circle using 4 arcs
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
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