Hello, I have a problem with my artcam post and I can't figure out how to change it to do what I want. I want in the begining of the file first rapid speed on X and Y and then with Z.

This is how it looks now
N7 G0 X1.79 Y-48.87 Z30.00
N8 G1 Z15.00 F3000
......
.....

and this is how I want it to be
N7 G0 X1.79 Y-48.87
N8 G0 Z30.00
N9 G1 Z15.00 F3000
....
...
..

I've tried to change in the post this line
FIRST_RAPID_RATE_MOVE = "[N] G0 [X] [Y] [Z]"

to this line
FIRST_RAPID_RATE_MOVE = "[N] G0 [X] [Y]"
RAPID_RATE_MOVE = "[N] G0 [Z]"

but it's not working. So please can someone tell me how to do this. Thanks.

Peter