53 lines
1.1 KiB
Plaintext
Executable File
53 lines
1.1 KiB
Plaintext
Executable File
#<_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[1/8/2] ; set tool
|
|
T1 ; set tool to T1
|
|
M06 ; manual toolchange
|
|
G54 ; absolute coordinates
|
|
F12 ; inch or mm/min (300 mm/min = about 1 ft/min)
|
|
|
|
#<zt> = +0.1
|
|
#<zb> = -0.25
|
|
|
|
#<da> = [12/25.4]
|
|
|
|
#<_z_top> = #<zt>
|
|
#<_z_bot> = #<zb>
|
|
o<pocket_circ> call [4] [-0.394][+.787] [#<da>] [0]
|
|
#<_z_top> = #<zt>
|
|
#<_z_bot> = #<zb>
|
|
o<pocket_circ> call [4] [-1.181][+.787] [#<da>] [0]
|
|
#<_z_top> = #<zt>
|
|
#<_z_bot> = #<zb>
|
|
o<pocket_circ> call [4] [-1.181][-.787] [#<da>] [0]
|
|
#<_z_top> = #<zt>
|
|
#<_z_bot> = #<zb>
|
|
o<pocket_circ> call [4] [-0.394][-.787] [#<da>] [0]
|
|
|
|
#<_z_top> = #<zt>
|
|
#<_z_bot> = #<zb>
|
|
o<drill> call [-2.990][+1.480]
|
|
#<_z_top> = #<zt>
|
|
#<_z_bot> = #<zb>
|
|
o<drill> call [-1.769][+1.480]
|
|
#<_z_top> = #<zt>
|
|
#<_z_bot> = #<zb>
|
|
o<drill> call [-1.769][-1.480]
|
|
#<_z_top> = #<zt>
|
|
#<_z_bot> = #<zb>
|
|
o<drill> call [-2.990][-1.480]
|
|
|
|
#<_z_top> = #<zt>
|
|
#<_z_bot> = #<zb>
|
|
o<frame_rect> call [0] [-2.854][+1.417] [-1.870][-1.417]
|
|
|
|
M2 ; end program
|