Skip to content

Instantly share code, notes, and snippets.

@medvedev
Created July 6, 2023 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save medvedev/a3c378a45100b0c7ae7e334866d67c39 to your computer and use it in GitHub Desktop.
Save medvedev/a3c378a45100b0c7ae7e334866d67c39 to your computer and use it in GitHub Desktop.
GCode to cut mounting holes for the EMAX MT1806 motor
; 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