this post was submitted on 12 May 2026
302 points (97.8% liked)

3DPrinting

22591 readers
866 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 !functionalprint@fedia.io

There are CAD communities available at: !cad@lemmy.world or !freecad@lemmy.ml

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
you are viewing a single comment's thread
view the rest of the comments
[–] grue@lemmy.world 5 points 8 hours ago* (last edited 8 hours ago)

Even in the context of having only experienced certain other CAD software a little bit (e.g. SolidEdge for one class in college, SketchUp for making maybe a handful of models, total), FreeCAD really is worse to use. It's not just the UI, (although it is partly that and it is genuinely worse, not just neutrally different), it's that stuff just starts breaking whenever you try to do anything even slightly complex (even after the "topological naming fix"), and that the workflow is just annoyingly internally inconsistent.

For example, you can make a sketch and then apply constraints to it and it's all well and good, but then you extrude it and suddenly you have to declare the height by setting the properties of the extrude instead of using a constraint or dimension. I assume there's some kind of workaround involving declaring variables in the data table thing I can't remember the name of or how to access right now, but it shouldn't have to be that way. You ought to be able to do things like create a cube by declaring an X edge to be the same length as a Y edge to be the same length as a Z edge using the same tool to set both relationships.

And this is coming from somebody who refuses to use proprietary CAD as a matter of principle at this point, and therefore really, really wants to like FreeCAD.