Hi, I was stuck on a small problem, and I started writing a question. But I found a solution, so it turned into a tip.
I have a sketch that is the basis for a revolved object. The sketch has a parametric offset for the thickness of the shell. This by itself is elementary and works fine.
But: I now want to be able to scale the sketch down to make a smaller verison of the revolved object, the thickness will then obviously also scale down, which is not good for 3d printing.
My solution was to create a new parameter called "Scale", and then divide all values I want to remain unchanged by the scale by Scale. Parameters for thicknesses and clearances are obvious candidates. This seems to work great.
Any other solutions to this out there?
Solved! Go to Solution.