this post was submitted on 17 Feb 2024
740 points (98.4% liked)

3DPrinting

15130 readers
22 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: [email protected] 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 1 year ago
MODERATORS
 

Can't even take a short break from 3D designing stuff. Glad I'm switching over to FreeCAD. All I wanted was to grab some dimensions from an old model.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 6 months ago

Fellow OpenSCAD user here. I'd recommend it to anyone as a thing to try, but not necessarily as a thing to certainly end up using.

I love how much control it gives you over your designs and how you can use that to make intelligently parametric parts. I'm continuously frustrated by how it expects you to make (or find libraries for) everything from scratch. For example, I've recently discovered ClosePoints which is (a) brilliant and (b) makes me wonder why the heck this functionality isn't built-in or at least in a default library. I've also found that using it for anything complicated has forced me to learn how to write better-organized code.

You still have to put in work to learn how to use it. It's just a different kind of work.