Quote Originally Posted by JAZZCNC View Post
Well then your problem is that you haven't turned on tool changes in General Config. See pic.

Click image for larger version. 

Name:	Untitled.jpg 
Views:	681 
Size:	215.0 KB 
ID:	16471

If the file your using is made up of two or more operations, whether that be 2 milling op's or Drill and then mill etc and each operation uses a different tool number then M6 will stop at the new tool and wait for cycle start.
If like in your case your using same tool for both Op's then still give a separate T number to the second tool and it will do what you want and you won't have to mess around inserting M codes etc. (You have to do this to trick your Cam Post processor into inserting M6 other wise it will see same tool number for both tools and leave M6 out because it thinks you don't need to change tools)
I've had a look into it and as you say you need to specify the different tools first i.e. T1=1, T2=2 and then It'll wait...if you just put M6 in there like an idiot that I am then of course it won't do anything as it doesn't see a different tool......