25 lines
506 B
Plaintext
Executable File
25 lines
506 B
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[.323/2] ; set tool
|
|
T1 ; set tool to T1
|
|
M06 ; manual toolchange
|
|
G54 ; absolute coordinates
|
|
F4 ; mm/min (300 mm/min = about 1 ft/min)
|
|
|
|
o<drill> call [5-3][-1] [.1][-.7] [.2]
|
|
o<drill> call [8-3][-1] [.1][-.7] [.2]
|
|
o<drill> call [5-3][-3] [.1][-.7] [.2]
|
|
o<drill> call [8-3][-3] [.1][-.7] [.2]
|
|
|
|
M30
|
|
M2 ; end program
|