Hi,
Ok I think you are seeing a post problem....
Here is the 1st tool change snippet of Gcode -
1hander wrote:
(FACE1)
M5
M9
T7 M6
For this tool change you only need one cycle start - and that cycle start is what continues the M6 sequence after you have changed the tool.
1hander wrote:
(DRILL2)
M5
M9
M1
T17 M6
In this tool change snippet, the post processor has inserted an M1 code. M1 is "optional stop" - which requires a cycle start press to continue after the M1. Then the M6 is executed and that is the "2nd" cycle start press.
I think you said that you selected "manual tool change" as an option in the post processor. I bet that the post is inserting the M1 so that the program will stop there, the assumption being that you then change the tool and press cycle start to go past the M1.
Two solutions:
1) turn off "manual tool change" in the post processor so that the M1 codes are not inserted before each M6 tool change.
2) go to the MSM Run page and turn off the "M1 Stop" Button - that will prevent mach from stopping at an M1 code.
Dave