Last active
November 6, 2024 19:01
-
-
Save medvedev/f391d156791fd07ddf9fec3fb04b8efe to your computer and use it in GitHub Desktop.
Mount for RC motor 12mm \ 16mm, M3
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 | |
G21 ; Set units to millimeters | |
G90 ; Set positioning to absolute coordinates | |
G00 X2 Y8.2 | |
G02 X2 Y11.8 I0. J1.8 | |
G02 X2 Y8.2 I0. J-1.8 | |
G00 X11.5 Y16.2 | |
G03 X11.5 Y19.8 I0. J1.8 | |
G03 X11.5 Y16.2 I0. J-1.8 | |
G00 X11.5 Y0.2 | |
G03 X11.5 Y3.8 I0. J1.8 | |
G03 X11.5 Y0.2 I0. J-1.8 | |
G00 X21 Y8.2 | |
G02 X21 Y11.8 I0. J1.8 | |
G02 X21 Y8.2 I0. J-1.8 | |
M30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment