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

33 lines
590 B
Plaintext
Executable File

#<_z_clearance> = 0.4
#<_rampang> = 5
; mode reference
; +1: Conventional milling
; +2: Both-ways milling
; +4: Plunge entry
; +8: Outside
G20 ; G21 mm, G20 inches
G10 L1 P1 Z0.0 R[.323/2] ; set tool
T1 ; set tool to T1
M06 ; manual toolchange
G54 ; absolute coordinates
F4 ; mm/min (300 mm/min = about 1 ft/min)
#<_z_top> = .1
#<_z_bot> = -.7
o<drill> call [5-3][-1] [.2]
#<_z_top> = .1
#<_z_bot> = -.7
o<drill> call [8-3][-1] [.2]
#<_z_top> = .1
#<_z_bot> = -.7
o<drill> call [5-3][-3] [.2]
#<_z_top> = .1
#<_z_bot> = -.7
o<drill> call [8-3][-3] [.2]
M30
M2 ; end program