Files
linuxcnc/nc_files/programs/HECB-BRACKET.ngc
Thaddeus Hughes ad1f8719d6 big overhaul
2026-04-05 20:51:43 -05:00

34 lines
726 B
Plaintext
Executable File

#<_z_clearance> = 0.3
#<_rampang> = 20
; mode refernce
; +1: Conventional milling
; +2: Both-ways milling
; +4: Plunge entry
; +8: Outside
G20 ; G21 mm / G20 inch
G10 L1 P1 Z0.0 R[5/32/2] ; set tool
T1 ; set tool to T1
M06 ; manual toolchange
G54 ; absolute coordinates
F15 ; inch or mm/min (300 mm/min = about 1 ft/min)
#<zt> = +0.05
#<zb> = -0.3
#<_z_top> = #<zt>
#<_z_bot> = #<zb>
o<drill> call [0.375][-0.375]
#<_z_top> = #<zt>
#<_z_bot> = #<zb>
o<drill> call [0.375+132/25.4][-0.375]
#<_z_top> = #<zt>
#<_z_bot> = #<zb>
o<pocket_circ> call [0] [0.375+132/25.4+28/25.4][-0.375] [0.28]
#<_z_top> = #<zt>
#<_z_bot> = #<zb>
o<pocket_circ> call [0] [0.375+132/25.4+28/25.4+2.75][-0.375] [0.28]
M2 ; end program