34 lines
648 B
Plaintext
Executable File
34 lines
648 B
Plaintext
Executable File
G21 ; G21 mm / G20 inch
|
|
G54 ; absolute coordinates
|
|
|
|
#<_z_clearance> = 10
|
|
#<_rampang> = 20
|
|
#<_td> = [3/16*25.4]
|
|
|
|
; 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> = -8
|
|
|
|
#<xo> = 38.2
|
|
|
|
#<y> = -12.7
|
|
#<d> = 14.1
|
|
|
|
|
|
o<slot_chop> call [#<xo>-7][#<y>] [#<xo>-17][#<y>] [5.1] [#<zt>][#<zb>]
|
|
o<slot_chop> call [#<xo>-47][#<y>] [#<xo>-57][#<y>] [5.1] [#<zt>][#<zb>]
|
|
|
|
o<pocket_circ> call [#<xo>-75][#<y>] [#<d>] [#<zt>][#<zb>] [0.1]
|
|
|
|
#<_stepover> = 1.5
|
|
o<end_round> call [180] [#<xo>-75][#<y>] [13] [#<zt>][#<zb>]
|
|
|
|
M2 ; end program
|