?
This commit is contained in:
25
nc_files/programs/HECB-BRACKET.ngc
Executable file
25
nc_files/programs/HECB-BRACKET.ngc
Executable file
@@ -0,0 +1,25 @@
|
||||
#<_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
|
||||
|
||||
o<drill> call [0.375][-0.375] [#<zt>][#<zb>]
|
||||
o<drill> call [0.375+132/25.4][-0.375] [#<zt>][#<zb>]
|
||||
o<pocket_circ> call [0.375+132/25.4+28/25.4][-0.375] [0.28] [#<zt>][#<zb>]
|
||||
o<pocket_circ> call [0.375+132/25.4+28/25.4+2.75][-0.375] [0.28] [#<zt>][#<zb>]
|
||||
|
||||
M2 ; end program
|
||||
Reference in New Issue
Block a user