FIL - capture the first GOTO; extract the Z and put the Z first movement
Hello, I would like to catch the first GOTO in CL file and output Z first (only for the first goto).
In the CL I have:
SPINDL / RPM, 7957.753876, CLW
RAPID
GOTO / 835.8168781015, 779.7292319751, 30.0000000000
In the post-processed file I get (yes G1 because I forced not tot have G0):
G1X835.817Y779.729Z30F9999
But I would like to have 2 different lines like below (I would like to have F1000 for example):
G1Z30F1000
G1X835.817Y779.729Z30F9999 (I can repeat the same line like it is)
Thanks for your help.

