58 lines
1.2 KiB
Plaintext
Executable File
58 lines
1.2 KiB
Plaintext
Executable File
#<_z_clearance> = 0.4
|
|
#<_rampang> = 5
|
|
|
|
; mode reference
|
|
; +1: Conventional milling
|
|
; +2: Both-ways milling
|
|
; +4: Plunge entry
|
|
; +8: Outside
|
|
|
|
|
|
G20 ; G21 mm, G20 inches
|
|
G10 L1 P1 Z0.0 R[.1875/2] ; set tool
|
|
T1 ; set tool to T1
|
|
M06 ; manual toolchange
|
|
G54 ; absolute coordinates
|
|
;F10 ; mm/min (300 mm/min = about 1 ft/min)
|
|
|
|
;#<_z_top> = .1
|
|
;#<_z_bot> = -.5
|
|
;o<pocket_circ> call [0+4] [0][0] [2.05] [.01]
|
|
;#<_z_top> = .1
|
|
;#<_z_bot> = -.5
|
|
;o<frame_circ> call [0] [0][0] [2.055] [0]
|
|
|
|
F3
|
|
;#<_z_top> = 0.1
|
|
;#<_z_bot> = -0.25
|
|
;o<pocket_circ> call [+4] [+0.394][-.394] [5.2/25.4] [0]
|
|
;#<_z_top> = 0.1
|
|
;#<_z_bot> = -0.25
|
|
;o<pocket_circ> call [+4] [+1.181][-.394] [5.2/25.4] [0]
|
|
;#<_z_top> = 0.1
|
|
;#<_z_bot> = -0.25
|
|
;o<pocket_circ> call [+4] [-0.394][-.394] [5.2/25.4] [0]
|
|
;#<_z_top> = 0.1
|
|
;#<_z_bot> = -0.25
|
|
;o<pocket_circ> call [+4] [-1.181][-.394] [5.2/25.4] [0]
|
|
|
|
F8
|
|
;#<_z_top> = 0.1
|
|
;#<_z_bot> = -0.25
|
|
;o<pocket_circ> call [0] [-.787][-1.181] [.551]
|
|
;#<_z_top> = 0.1
|
|
;#<_z_bot> = -0.25
|
|
;o<pocket_circ> call [0] [+.787][-1.181] [.551]
|
|
|
|
|
|
#<_z_top> = 0.1
|
|
#<_z_bot> = -0.25
|
|
o<frame_circ> call [0] [-.787][-1.181] [.553]
|
|
#<_z_top> = 0.1
|
|
#<_z_bot> = -0.25
|
|
o<frame_circ> call [0] [+.787][-1.181] [.553]
|
|
|
|
|
|
M30
|
|
M2 ; end program
|