this post was submitted on 09 Mar 2025
158 points (98.2% liked)

3DPrinting

17086 readers
59 users here now

3DPrinting is a place where makers of all skill levels and walks of life can learn about and discuss 3D printing and development of 3D printed parts and devices.

The r/functionalprint community is now located at: or [email protected]

There are CAD communities available at: [email protected] or [email protected]

Rules

If you need an easy way to host pictures, https://catbox.moe/ may be an option. Be ethical about what you post and donate if you are able or use this a lot. It is just an individual hosting content, not a company. The image embedding syntax for Lemmy is ![](URL)

Moderation policy: Light, mostly invisible

founded 2 years ago
MODERATORS
158
openscad is pretty great (sh.itjust.works)
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/[email protected]
 

https://openscad.org/

It's software cad. You write code that makes the 3d model. And then you print the 3d model.

The last "official release" was 2 years ago. But development (and community) is active. You gotta get the nightly builds.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 1 week ago (11 children)

Openscad is fine for pretty basic one item things. It's not so good for complex designs like the model steam engines I sometimes amuse myself with. And it's sure not capable in a commercial setting.

But if you enjoy openscad and writing code, more power to you and enjoy what you are doing with it!

[–] [email protected] 4 points 1 week ago (10 children)

It's extremely useful for functional things. Adapters and stuff. You can change some variables and get a model that fits your personal needs

[–] [email protected] 7 points 1 week ago (1 children)

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.

[–] [email protected] 8 points 1 week ago (3 children)

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.

[–] [email protected] 1 points 6 days ago (1 children)

I agree but with a caveat: openscad still requires people to understand code. It is still. A whole new skillset that not everyone is going to want to learn.

[–] [email protected] 1 points 6 days ago

You can still share the STL though :)

And for the OpenSCAD files I saw so far, the most important variables are usually well documented with comments at the top of the file, which makes it easier for most people how to adapt the files to their needs without knowledge of coding.

[–] [email protected] 3 points 1 week ago (1 children)

That's a great point. OpenSCAD is lightweight and FOSS so it is a lot easier to share than Fusion360 for example

[–] [email protected] 1 points 6 days ago (1 children)

OpenSCAD is only lightweight till you start working with Minkowski transformations and hulls. Then you just want a faster CPU.

[–] [email protected] 1 points 6 days ago (1 children)

I never go that far in my projects, when are you using Minkowski transformations?

[–] [email protected] 2 points 6 days ago (1 children)

Two reasons.

  1. In conjunction with hulls to make nice organic shapes. Cubes and Prisms are nice but I like my designs to look organic. Nice round edges make for nicer 3d prints too.
  2. Concave Fillets
[–] [email protected] 1 points 6 days ago

Yeah my own creation are usually really blocky because I am lazy and I just need something fonctional haha

[–] [email protected] 2 points 1 week 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.

load more comments (8 replies)
load more comments (8 replies)