this post was submitted on 27 Aug 2023
18 points (100.0% liked)

3DPrinting

15250 readers
30 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
 

I'm using Fusion360, and trying to make changes to .stl files.

I would like to know what your preferred way to make changes to print files is. For instance, I was trying to combine a clamp and a cup holder and dealing with the resulting mesh files is pretty frustrating.

If there's any guides or videos on how this is generally done, that would be helpful as well.

top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 1 year ago

I generally use a mix of fusion and meshmixer. Sometimes simplifying the meshes in meshmixer before importing to fusion makes your life a lot easier. Sometimes though it’s just easier and faster to model everything from scratch.

I think prusaslicer has also been adding some more tools for quick, simple edits also.

[–] [email protected] 4 points 1 year ago

Editing stl files on fusion is tricky. If I can, I use tinker CAD. If I can't, I'll redesign the part to be parametric.

[–] [email protected] 2 points 1 year ago

Meshmixer is good for exactly that but it's been a long time since I've used the software.

[–] [email protected] 2 points 1 year ago

I've been very impressed with Prusa Slicers ability to do this kind of thing. I keep telling myself I'll do it in Tinkercad if I have any issues with Prusa slicer, but I always seem to accomplish what I need there.

[–] [email protected] 2 points 1 year ago

I use tinkercad to do most things, especially when it comes to combining models, adding some shapes or holes, etc. It's easy to use, you aren't inundated with features you don't need, and always exports an STL that your slicer can understand. I use blender for more complex things, but I know like 2% of what blender can do, so it's easy to get lost in there.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

I had some luck with this yesterday.

Attempt #1 was editing in blender, and it took 3h to get the file to slice correctly (I needed to remesh in blender sculpting tools to get the overlapping shapes to work).

Attempt #2 was importing the STL in openscad and doing a union() of the two objects. That worked perfectly the first time and took 20min. (But it was way more annoying to pick exactly the right number to translate all the shapes around)

[–] [email protected] 2 points 1 year ago

I haven't found a good way to deal with that except sort of merging the stuff together and hope everything works out.

That's the main reason why I always publish my stuff in stl and step format

[–] [email protected] 1 points 1 year ago

I use OpenSCAD for my prints. So it's just importing the STL with one line of code, and adding of substracting volumes.

[–] [email protected] 1 points 1 year ago

I wish the 3D printing community would at least start uploading STEP files with their STL so people can edit without much trouble. So annoying to get something that has a license that allows editing but you are stuck with the garbage low resolution model that someone has exported that can't be edited directly.

Especially now that Prusa Slicer takes in STEP models I don't see a reason to use STL.