
I'd like to know how to have the machine go to the park position, which is my M56, after the first toolpath and wait for a cycle start before continuing on with the other 3 toolpaths. This is a single tool job with 4 different toolpaths. The first tool path starts and drills about 10 holes in the material so I can secure it to the spoilboard. After it drills those holes, before it starts the next tool path, with the same tool, I need the gantry moved out of the way and time to screw the material down.
Is it possible to have a single, custom m code inserted in the g code that will do this? I can crudely do it just by adding in a M56 and M00 in the g code but it would be nice to be able to simply insert a Mxx number in the code that corresponds to a custom mfuncXX.mac that moves the machinre to the park position and displays a M225 message to press cycle start to continue.
Can anyone suggest a simple way to do this other than the crude way I'm currently doing it?