31 lines
504 B
Plaintext
Executable File
31 lines
504 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[.25] ; set tool
|
|
T1 ; set tool to T1
|
|
M06 ; manual toolchange
|
|
G54 ; absolute coordinates
|
|
F13 ; 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]
|
|
|
|
|
|
|
|
|
|
|
|
M30
|
|
M2 ; end program
|