When you have a project that requires multiple tool changes how do you handle it? Do you
- combine all cutting passes into one grbl file and change on the fly or;
- create a grbl file for each tool, then run them one after another, resetting zero before each run
- or ?!