Created
July 6, 2023 12:12
-
-
Save medvedev/a3c378a45100b0c7ae7e334866d67c39 to your computer and use it in GitHub Desktop.
GCode to cut mounting holes for the EMAX MT1806 motor
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
; Tested with NEJE 3 and 4mm plywood from the Skywalker Mini set | |
G21 ; Set units to millimeters | |
G90 ; Set positioning to absolute coordinates | |
G00 X1 Y6.2 | |
G02 X1 Y7.8 I0. J0.8 | |
G02 X1 Y6.2 I0. J-0.8 | |
G00 X9 Y12.2 | |
G03 X9 Y13.8 I0. J0.8 | |
G03 X9 Y12.2 I0. J-0.8 | |
G00 X9 Y0.2 | |
G03 X9 Y1.8 I0. J0.8 | |
G03 X9 Y0.2 I0. J-0.8 | |
G00 X17 Y6.2 | |
G02 X17 Y7.8 I0. J0.8 | |
G02 X17 Y6.2 I0. J-0.8 | |
M30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment