this post was submitted on 26 Mar 2026
311 points (100.0% liked)

3DPrinting

22109 readers
475 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
 

Get it while it's hot! New goodies to use and an improved UI for users.

you are viewing a single comment's thread
view the rest of the comments
[–] zipsglacier@lemmy.world 25 points 15 hours ago (1 children)

Yes! FreeCAD is amazing and these updates look great. I don't know why so many people are taking this chance to complain about it. You don't have to use it!

The confidence that it won't be paywalled, or enshittified, or otherwise screwed over by a corporation is worth a lot to me, but I think it's fine if that's not the case for everyone. Enjoy whatever else you want to use. Improvements in FreeCAD can only be good for everyone, right?!

[–] Itdidnttrickledown@lemmy.world 5 points 14 hours ago* (last edited 14 hours ago) (1 children)

I've done all my work in Freecad for years. Its really good at converting a stl back in to a solid. Some think its hard to do but its really easy and consistent. Some take more steps than others but its a solid tool for doing a rework on a 3d printable object. I can usually in a matter of minutes split a stl into separate models for multi color printing.

[–] brightandshinyobject@lemmy.world 2 points 12 hours ago* (last edited 12 hours ago) (1 children)

What's your workflow for this? I have a handful of stls I would love to tweak.

[–] Itdidnttrickledown@lemmy.world 6 points 12 hours ago* (last edited 11 hours ago)

This is going to be a upside down work flow since it varies depending on what you are trying to achieve. If you want to split an object up in order to make it a multi part/color print then start with 1a otherwise start with 1

  1. Start with a new document

  2. import stl file

  3. Under the part menu convert to 'shape from mesh'

  4. Under the part menu in the copy menu click 'refine shape' not required but I find it sometimes makes the resulting solid a little smoother.

  5. Under the part menu click 'Convert to solid'

If all steps are successful you are done. If not then delete everything and start back with the mesh. The most common error for me is 'Cannot convert because Shape is not a shell'

1a. Under the mesh menu click 'Split by components' There are also some repairs you can make on a mesh under analyze. I rarely use these but have had some success with them from time to time. This will create at least two component meshes. I've had many more than that and at some point it isn't worth it at least for me.

2a .Perform steps 1 through 5 on all components. Under the part menu select all the converted solid components and use the union tool to create a fusion of them.