if you just want it to post a M19 instead of a tool change find your tool change command in your post.
Mine looks like this
ptlchange,
if stagetool = zero, pbld, n, *t, "M6"
if stagetool = one, pbld, n, *next_tool, "M6"
and change it to ...
if stagetool = zero, pbld, n, "M19"
if stagetool = one, pbld, n, "M19"
and that will put the M19 in instead of your tool change command.
At least it did when I tested it. I am dealing with a Haas post here so I dont know if they look exactly the same. |