Files
linuxcnc/nc_files/programs/jackplate.ngc
Thaddeus-Maximus f3953d66ae ?
2026-04-03 15:58:58 -05:00

34 lines
604 B
Plaintext
Executable File

; This is a great example of a hole pattern, manually drilled
F5
G90
;T1
M06
G54
o104 sub
#<x> = [1.75 * COS[#1]]
#<y> = [1.75 * SIN[#1]]
G0 X#<x> Y#<y> ;Z1.0
M102 ; disable Z-axis (M101 enables)
M00 ; program pause
o104 endsub
o104 call [ 0 ]
o104 call [ 60 + 6.5]
o104 call [120 - 6.5]
o104 call [180 ]
o104 call [240 + 6.5]
o104 call [300 - 6.5]
;o<bore> call [0.00] [0.00] [1.] [-0.65] [-0.65] [0.5]
;o<bore> call [0.00] [0.00] [1.50] [-0.65] [-0.65] [0.5]
;o<bore> call [0.00] [0.00] [1.75] [-0.65] [-0.65] [0.5]
;o<bore> call [0.00] [0.00] [2.02] [-0.65] [-0.65] [0.5]
M2