Comment by RugnirViking
Comment by RugnirViking 6 hours ago
to be fair, I did do exactly as you described, and im glad I had both under my belt. But the amount of bs you can get when doing exactly that, "going back and changing a previous step" can be very annoying. Changing dimensions or previous sketches is usually fine, but anything more complicated often results in everything in your stack breaking with strange errors, leading it to just be easier to re-create the model. For many of my more complex mechanisms, ive made the entire thing three or more times
I use OpenSCAD for parametric stuff and it has served me very well, even if it has a learning curve and some serious limitations. The trick is to stop thinking interactively and to treat the shapes you want to make in a more generative manner. For instance, you could try to fillet or chamfer an edge, or you could create that edge using a sphere or a shape tracing a path and then tying it all together with a hull. But it can take a while before you become adept at seeing how shapes decompose into simpler shapes.