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

66 lines
1.3 KiB
Plaintext
Executable File

G21 ; G21 mm / G20 inch
G54 ; absolute coordinates
#<_z_clearance> = 10
#<_rampang> = 20
; mode refernce
; +1: Conventional milling
; +2: Both-ways milling
; +4: Plunge entry
; +8: Outside
F150 ; inch or mm/min (300 mm/min = about 1 ft/min)
#<zt> = +1
#<zb> = -10
;o<drill_man> call [ 5][-18]
;o<drill_man> call [45][-18]
;o<drill_man> call [68][-11]
;o<drill_man> call [68][-25]
;o<drill_man> call [ 5][-75+18]
;o<drill_man> call [45][-75+18]
;o<drill_man> call [68][-75+11]
;o<drill_man> call [68][-75+25]
;#<d> = 12.1
;#<_z_top> = 1
;#<_z_bot> = -5
;o<pocket_circ> call [0] [68][-11] [#<d>] [.1]
;#<_z_top> = -4
;#<_z_bot> = -10
;o<pocket_circ> call [0] [68][-11] [#<d>] [.1]
;#<_z_top> = 1
;#<_z_bot> = -5
;o<pocket_circ> call [0] [68][-25] [#<d>] [.1]
;#<_z_top> = -4
;#<_z_bot> = -10
;o<pocket_circ> call [0] [68][-25] [#<d>] [.1]
;#<_z_top> = 1
;#<_z_bot> = -5
;o<pocket_circ> call [0] [68][-75+11] [#<d>] [.1]
;#<_z_top> = -4
;#<_z_bot> = -10
;o<pocket_circ> call [0] [68][-75+11] [#<d>] [.1]
;#<_z_top> = 1
;#<_z_bot> = -5
;o<pocket_circ> call [0] [68][-75+25] [#<d>] [.1]
;#<_z_top> = -4
;#<_z_bot> = -10
;o<pocket_circ> call [0] [68][-75+25] [#<d>] [.1]
o<drill_man> call [5][-5]
o<drill_man> call [5][-15]
o<drill_man> call [47][-5]
o<drill_man> call [47][-15]
o<drill_man> call [67][-5]
o<drill_man> call [67][-15]
M2 ; end program