33 lines
1013 B
Plaintext
Executable File
33 lines
1013 B
Plaintext
Executable File
#<_z_clearance> = 1.0
|
|
#<_rampang> = 30
|
|
|
|
G10 L1 P1 Z0.0 R0.25 ; set tool P1 (Z offset, R radius)
|
|
T1 ; set tool to T1
|
|
M06 ; manual toolchange
|
|
|
|
M101 ; enable z-axis
|
|
G90 ; absolute coordinates
|
|
G54 ; fixture #1
|
|
|
|
F5.0 ; feedrate
|
|
|
|
o<pocket_circ> call [0][0] [0.755] [0.12][-0.3] [0.02] [0]
|
|
|
|
F5.0
|
|
|
|
o<spquircle_boss> call [0][0] [3][1.575] [0.12][0.0] [0.02]
|
|
|
|
;o<frame_rect> call [-1.4][-1.4] [1.4][1.4] [0.02][-0.1] [3]
|
|
;o<frame_rect> call [-1.3][-1.3] [1.3][1.3] [0.02][-0.1] [3]
|
|
;o<frame_rect> call [-1.2][-1.2] [1.2][1.2] [0.02][-0.1] [3]
|
|
;o<frame_rect> call [-1.1][-1.1] [1.1][1.1] [0.02][-0.1] [3]
|
|
;o<frame_rect> call [-1.0][-1.0] [1.0][1.0] [0.02][-0.1] [3]
|
|
;o<frame_rect> call [-0.9][-0.9] [0.9][0.9] [0.02][-0.1] [3]
|
|
;o<frame_rect> call [-0.8][-0.8] [0.8][0.8] [0.02][-0.1] [3]
|
|
;o<frame_circ> call [0][0] [2.175] [0.02][-0.1] [2]
|
|
;o<frame_circ> call [0][0] [1.975] [0.02][-0.1] [2]
|
|
;o<frame_circ> call [0][0] [1.775] [0.02][-0.1] [2]
|
|
;o<frame_circ> call [0][0] [1.575] [0.02][-0.1] [2]
|
|
|
|
M2 ; end program
|