Files
linuxcnc/nc_files/LAMP-WASHER.ngc
Thaddeus-Maximus 79f13e7a1d post cal
2026-04-04 06:12:54 -05:00

18 lines
372 B
Plaintext

#<_z_clearance> = +0.200 ; clearance height
#<_td> = 0.25
M03 ; start spindle
G4 P2 ; wait for spin up
F5
o<drill> call [4.46/2][0] [0.05][-0.15]
o<drill> call [-4.46/2][0] [0.05][-0.15]
o<frame_circ> call [0][0] [2.5] [0.05][-0.15] [0] [+4]
o<frame_circ> call [0][0] [6.0] [0.05][-0.15] [0] [+4+8]
M05 ; stop spindle
;G0 X-8
M30 ; end program
M2 ; also end program
%