Like many users, I use G73 a lot. The problem is the retract is in rapid mode. I can generate my own G-code but I believe it is just a call to a sub. I have G111 to use the tool setter.
Is there a way to write code like the following:
G112 X0 Y0 Z-.2 R.02 F8 Q.1 (the code would have constants and loops, etc.)
X1 Y0
X2 Y0
ETC.
without having to use a CALL statement between each coordinate set?

If so, please provide a simple example.
Thanks