7BIndustries / Semblage

Semblage is an open source CAD GUI backed by a programmatic CAD API named CadQuery.
https://semblage.7bindustries.com/en/latest/
GNU Lesser General Public License v2.1
48 stars 3 forks source link

Allow Operations to be Muted or Hidden to Test Ideas #92

Open jmwright opened 2 years ago

jmwright commented 2 years ago

I had a situation where I had put square nut traps in a 3D printed piece, but wanted to also try a different approach using hex nuts. It would be nice if I could essentially mute the square nut trap operations so that I could try the hex nut solution, deleting the square nut trap operations later if I like the hex traps better.

Muted operations could be marked with an icon or prefix text, and simply be ignored by the code that collects the component/operation tree items into script form. This should be fairly straight forward to implement.