Workflow for multiple instances of an object with different VarSet
I have a parametric object driven by a VarSet (variables/expressions). I want 3 copies of the object, but each copy should reference a different size parameter.
What’s the cleanest approach in FreeCAD 1.1 to do? E.g. a different VarSet per object? Perhaps using the spreadsheet. I've not used spreadsheets yet because until now VarSet was sufficient for me.
Would love to hear your ideas!