Any way to adjust the operation defaults?

In the generated G-code comments I see things like:

; camLevelTool = 1000
; camLevelSpindle = 1000
; camLevelOver = 0.5
; camLevelSpeed = 1000

which align with the defaults I see when I add operations, but I don’t see a way to edit these values. Is it possible?

You will notice that these settings are overwritten by the last op you edit that uses those particular fields (slice / preview forces the save / update).

1 Like

Ah, got it. I added all my operations at the beginning and then went and edited each. In the future I will do one, then slice it, then do the next in a more serial fashion. Thanks for the tip!