Hello,
I'm trying to do 4 start thread with g92 cycle
Control is oi-tf plus
I'm using Q method to shift start angle cause application requires to start all starts from same z value
But there is no shifting happens all cyclies start for same starting angle ignoring (Q0,Q90000,Q180000,Q270000)
Work piece dia is 35mm

Code sample.
G99;
T0606;
G97S100 M03 P1;
G00 x36;
Z-2;
G92X35Z-7F9Q0;
X34.7;
X34.4;
X34.1;
G1 Z-2F0.05;
G92X35Z-7F9Q90000;
X34.7;
X34.4;
X34.1;
G1 Z-2F0.05;
.........

Where is the mistake in the code?