Comment on openscad is pretty great
doktormerlin@feddit.org 3 weeks agoIt’s extremely useful for functional things. Adapters and stuff. You can change some variables and get a model that fits your personal needs
Comment on openscad is pretty great
doktormerlin@feddit.org 3 weeks agoIt’s extremely useful for functional things. Adapters and stuff. You can change some variables and get a model that fits your personal needs
Croquette@sh.itjust.works 3 weeks ago
You can do parametric design in other CAD software, but openscad, being a coding software, lends itself particularly well for that.
In my experience doing parametric design in Fusion360 is a lot more tedious than in OpenSCAD.
doktormerlin@feddit.org 3 weeks ago
I think the biggest benefit is sharing.
While you can do parametric design in Fusion, if you share it you can only share it with people using Fusion. Same with other CAD software, you are limiting the userbase.
OpenSCAD on the other hand is a slim FOS tool that anyone can download, it’s not limited.
greybeard@lemmy.one 3 weeks ago
OpenSCAD lends itself to be treated as a function/stand alone program for generating models as well. Some of the 3D modeling websites even have OpenSCAD integration that runs it in your browser to generate the model based on the flagged configurable parameters. That’s powerful for basic functions like the mentioned adapters, because you can have a page that just spits out adapters of any size and shape.
Theoretically, a more standard CAD program like FreeCAD can use OpenSCAD for a standard parts library like threads, screws, bolts, sprints and allow for custom creation of those outside the standard. FreeCAD has some OpenSCAD support, but I’m not sure if it uses it in that way.
Croquette@sh.itjust.works 3 weeks ago
That’s a great point. OpenSCAD is lightweight and FOSS so it is a lot easier to share than Fusion360 for example