70 lines
1.2 KiB
Plaintext
Executable File
70 lines
1.2 KiB
Plaintext
Executable File
#<_z_clearance> = 1
|
|
#<_rampang> = 10
|
|
;#<_stepover> = 0.1
|
|
|
|
;#<_overlap> = 0
|
|
|
|
; mode refernce
|
|
; +1: Conventional milling
|
|
; +2: Both-ways milling
|
|
; +4: Plunge entry
|
|
; +8: Outside
|
|
|
|
|
|
G20 ; G21 mm / G20 inch
|
|
G54 ; absolute coordinates
|
|
|
|
#<op> = 2
|
|
|
|
F12
|
|
#<_z_top> = 0.1
|
|
#<_z_bot> = -0.4
|
|
o<pocket_circ> call [0] [-3.5][-.5] [2] [0.0]
|
|
#<_z_top> = 0.1
|
|
#<_z_bot> = -0.4
|
|
o<pocket_circ> call [0] [-1.875][-.5] [0.52] [0.0]
|
|
#<_z_top> = 0.1
|
|
#<_z_bot> = -0.4
|
|
o<pocket_circ> call [0] [-5.125][-.5] [0.52] [0.0]
|
|
|
|
|
|
F8
|
|
|
|
;o10 if [#<op> EQ 1]
|
|
#<_z_top> = 0.1
|
|
#<_z_bot> = -0.3
|
|
o<drill> call [-.5][-.5]
|
|
;#<_z_top> = 0.1
|
|
;#<_z_bot> = -0.3
|
|
;o<drill> call [-1.875][-.5]
|
|
;#<_z_top> = 0.1
|
|
;#<_z_bot> = -0.3
|
|
;o<drill> call [-3.500][-.5]
|
|
;#<_z_top> = 0.1
|
|
;#<_z_bot> = -0.3
|
|
;o<drill> call [-5.125][-.5]
|
|
#<_z_top> = 0.1
|
|
#<_z_bot> = -0.3
|
|
o<drill> call [-7.750][-.5]
|
|
#<_z_top> = 0.1
|
|
#<_z_bot> = -0.3
|
|
o<drill> call [-8.500][-.5]
|
|
#<_z_top> = 0.1
|
|
#<_z_bot> = -0.3
|
|
o<drill> call [-9.250][-.5]
|
|
#<_z_top> = 0.1
|
|
#<_z_bot> = -0.3
|
|
o<drill> call [-10.00][-.5]
|
|
#<_z_top> = 0.1
|
|
#<_z_bot> = -0.3
|
|
o<drill> call [-10.75][-.5]
|
|
#<_z_top> = 0.1
|
|
#<_z_bot> = -0.3
|
|
o<drill> call [-11.50][-.5]
|
|
;o10 elseif [#<op> EQ 2]
|
|
|
|
;o10 endif
|
|
|
|
|
|
M2 ; end program
|