Files
linuxcnc/nc_files/MMH-WINDOW-DRILL.ngc
Thaddeus Hughes ad1f8719d6 big overhaul
2026-04-05 20:51:43 -05:00

14 lines
224 B
Plaintext

#<_z_clearance> = 0.200
#<_z_depth> = -0.3
M03 ; Start spindle
F10 ; Feed
#<_z_top> = 0.05
#<_z_bot> = -0.35
o<drill> call [3.25][-0.5] [0.2]
o<drill> call [11.875][-0.5] [0.2]
M05 ; Stop Spindle
M30 ; End Program
%