ACU-RITE CNC 3500i User Manual

Page 439

Advertising
background image

ACU-RITE 3500i

413

1

1

.4 A

d

v

a

nced Pr

ogr

a

mming

G65 Macro Programming, Macro (sub-program)

This macro can mill any size window (L x W), at any Z depth. To change
the pocket size, change the parameters on Block 10 (X,Y,Z). The 3500i
executes the macro only once, at the current position (G65 is not
modal).

Block #

Block

N22

O3 * WINDOW-MACRO

N23

G90 G1 Z#26

N24

G91 G41 Y(#25/2)

N25

X(-(#24/2))

N26

Y(-#25)

N27

X#24

N28

Y#25

N29

X(-(#24/2))

N30

G40 Y(-(#25/2))

N31

M99

Advertising