The better way is to set "Stop CV on angle" in Mach3, but it is better to use Constant Velocity each time it is possible, not only to avoid slow movement but also to avoid the machine to jerk with things like "free" curves or any other toolpath that are done with a bunch of little segments (text/logo engraving, 3D machining, etc)
The Exact Stop / Constant velocity is set in the mop itself. If "Velocity Mode" is set to Exact Stop / Constant velocity, this override the default setting in Mach3 by writing a G61 or G64 at the beginning of the mop . If it is set to "undefined", no G61/64 will be written and Mach3 will use is default setting or the previous setting encountered in the Gcode. (depending of the default setting in your PP, a G61 or G64 is written, or not, at the beginning of the Gcode)
It is a good idea to choose yourself, for each mop, what is the better mode to select. Constant Velocity in mop setting + Stop CV on angle < 90° is a setting that works for almost all jobs.
I have now changed the setting in Mach3 to Exact Stop - I suspect that (for my purposes) it will be the best solution
This is only the default setting that will be used if no other has been defined in the GCode, but if another mode is selected in the Gcode it will override the Mach3 default setting.
Have a look at the beginning of your Gcode, if you find a G64, that means that your PP is set to Constant Velocity by default. If you want that a mop will be cut in exact stop, change the mode in the mop itself.
For my use, I have this settings:
- in The PP > set by default to Constant Velocity
- in the mops, set by default in Constant Velocity too
So, if I need a mop to be cut in exact stop, I just need to switch this mop to exact stop, and do not worry about the others.
++
David