I am sure that I am missing something, but I can’t seem to figure out what. I love the “Z - Thru” feature, but I would also like to cut my part out with a single full depth profile cut. Z-thru always adds a second pass.
Is there a way to cut the part all the way to the full thickness + plus some extra in a single pass?
The current design of cut thru is to add additional “step down” passes below the lowest pass. So if your step down was 1 and cut thru 3 you would see three additional passes. This could be changed, of course. But there is no option for that at this time. I suppose it’s a special case when the step down exceeds the total cut depth and this could be detected and turned into a single pass when cut thru is enabled
the way cut thru is written is that it clones the bottom cut path and then moves it down. what you’re asking for is not supported by the current code without changes. it should be possible to suppress output of all layers above the cut thru once it’s generated. I just need to figure out how to present that sensibly in the UI
I think this is a sensible request and perhaps a future default behavior for cut thru. I don’t think it’s a simple change and there are some higher priority things I need to work through first. If you don’t mind filing a github issue for it, then I’ll get to it as soon as I can and you’ll get a notification when it’s completed.