Hello -

I'm running a Haas TL-2 and using XR5.. When I get a tool change I'm getting an X axis over travel alarm. I do a G53 before to move to a tool position, but it looks like the culprit is a G99 that OneCNC puts in.. When I remove it, it works fine..

Anybody have an idea why it's throwing an alarm? Below is a snippet of the code with the G53 I added and the culprit G99..

N1340 (END TOOL)
N1350 G00 G40
N1360 (G28 U0.)
N1370 (G28 W0.)
N1371 G53 X-4.
N1372 G53 Z-25.
N1380 (GROOVE TOOL)
N1390 T2929
N1400 G54
N1410 G99 G96 F0.006 S400
N1420 M03
N1430 M08