Update...
G65 and M98 external sub calls fail.
When the routine is called, I have the following code:
O1000
G90 G00 X-40.
G4 P2.
X40.
G65 P1002
M30
In my subroutines folder I have the file named O1002 with no extension just as the manual states. The sub looks like this:
O1002
G90 G00 X20.
G4 P2.
X-20.0
M99
But here are the results:
Main program calls the sub with no issue, but the M99 is stripped and once the code is complete in the sub the program execurtion stops and sits. I must then rewind the program and start again.
But, notice what I said that the M99 in the sub is not visible in the GCODE window.
Bug?