I am using the carbide spindle and I would like a few second delay for the spindle to startup before the tool hits the wood. I use vcarve desktop for toolpaths. How to I edit the postpocessor to allow the spindle startup time? I have read that a “G4 P8 ; 8 second wait for spindle” is needed.
I got some weird results doing the same thing. I had to add the G04 before the spindle command to get it to work. Or just make sure the spindle turns on an adequate distance from the start point so it has time to rev up.
Another tactic would be to just add motion that allows it time to rev up. So instead of a rapid move after the spindle command, use a linear move at a slower feedrate.