Can someone please check this out for me. My post processor for my CAM system posts my tool change as follows
T1 M6 G43 H1
etc..
Which is a perfectly fine way to do it, but it's causing issues in MSM. The issue is when I have the button checked to go to the tool change position at each tool change, it just races towards the limit switches until it eventually hits them and faulting the machine. Now if I edit the program manually (which I have to do at every tool change) to something like this
T1 M6
G0 Z1.0 G43 H1
etc...
It then work just fine. It just seems that if the tool change and tool length offset are on the same line it makes it go hay wire. It's not a huge deal, but it would be nice to be able to post my program and not have to manually edit each tool change.
Thanks