27 lines
422 B
Plaintext
Executable File
27 lines
422 B
Plaintext
Executable File
#<_z_clearance> = 0.5
|
|
#<_rampang> = 10
|
|
#<_td> = [9/16]
|
|
;#<_stepover> = 0.2
|
|
|
|
;#<_overlap> = 0
|
|
|
|
; mode refernce
|
|
; +1: Conventional milling
|
|
; +2: Both-ways milling
|
|
; +4: Plunge entry
|
|
; +8: Outside
|
|
|
|
|
|
G20 ; G21 mm / G20 inch
|
|
G54 ; absolute coordinates
|
|
|
|
M03
|
|
F30
|
|
|
|
;o<slot_troch> call [-1.5][-1.5] [.75][-1.5] [1.70] [0.1][-1.1] [0][4]
|
|
o<slot> call [.75][-1.5] [-1.5][-1.5] [1.77] [.1][-1.1] [0][4]
|
|
|
|
M05
|
|
|
|
M2 ; end program
|