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

41 lines
814 B
Plaintext
Executable File

#<_z_clearance> = 0.4
#<_rampang> = 5
;#<_overlap> = 0
; +1: Conventional milling
; +2: Both-ways milling
; +4: Plunge entry
; +8: Outside
G10 L1 P1 Z0.0 R[8/25.4 /2] ; set tool
T1 ; set tool to T1
M06 ; manual toolchange
G54 ; absolute coordinates
;F10 ; 10 ft/min
#1 =
o10 if [#1 EQ 1]
F5.0
o<drill_man> call [ 0.75][0] [0.1][-0.45]
o<drill_man> call [ 2.35][0] [0.1][-0.45]
o<drill_man> call [ 3.35][0] [0.1][-0.45]
o<drill_man> call [ 4.35][0] [0.1][-0.45]
o<drill_man> call [ 5.35][0] [0.1][-0.45]
o10 else if [#1 EQ 2]
F10.0
#<_z_top> = 0.1
#<_z_bot> = -0.45
o<pocket_circ> call [4] [0.75][0] [12/25.4] [0.0]
F5.0
o<slot_chop> call [3.35][0] [2.35][0] [.33] [0.1][-0.45] [0.0] [4]
o<slot_chop> call [5.35][0] [4.35][0] [.33] [0.1][-0.45] [0.0] [4]
o10 endif
M2 ; end program