Hello,

I have used lots of Fanuc and Siemens.
With Sinumeric I have used a style of programming as follows:

R1=3 ;MILLING PLANE

LABEL1:
G0 X## Y##
G0 Z=0+R1


HERE FOR EXAMPLE FACEMILLING PATH


G0 Z25
ENDLABEL:

R1=0.2 ;MILLING PLANE
REPEAT LABEL1

This way I only have to edit path in one place even tho repeating it many times.
Is there a way to do this on Fanuc without using sub programs?