this post was submitted on 06 Aug 2024
14 points (93.8% liked)

3DPrinting

15250 readers
31 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: !functionalprint@kbin.social 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 1 year ago
MODERATORS
 

Is there a way to uncut/key a file? I want to print it all as one piece.

top 27 comments
sorted by: hot top controversial new old
[–] Boinkage@lemmy.world 9 points 1 month ago (1 children)

Use blender, it's free and can easily merge stls.

[–] AlexanderTheGreat@lemmy.world 3 points 1 month ago (2 children)

How would I go about doing this? Any tutorials you can point me to?

[–] skookumasfrig@sopuli.xyz 2 points 1 month ago (1 children)

Open stl #1 in blender, then open #2. Save it as a new stl.

[–] AlexanderTheGreat@lemmy.world 2 points 1 month ago (2 children)

But then the pieces aren't lined up. And if I line them up to the keys it still leaves slight space inside the keyhole which creates pockets and suction during printing

[–] Apepollo11@lemmy.world 1 points 1 month ago (1 children)

To avoid the gaps you can line them up with an overlap.

You can adjust the vertices of the model slightly to help facilitate this. The most natural-feeling way to do it in Blender is by using the Sculpt mode.

You can use a Boolean addition operation to then make the two models a single piece of geometry. Or not bother (if you are printing on FDM or at 100% infill in resin, it won't really hurt either way).

[–] AlexanderTheGreat@lemmy.world 5 points 1 month ago (2 children)

This feels like the way to go. Any tips on where to find a tutorial for doing this in blender? Or even just what I should google lol

[–] morbidcactus@lemmy.ca 2 points 1 month ago

This is subtractive rather than additive but I ended up following this video vaguely as a start when I was doing keychains. Cad packages weren't enjoying the vector image. I ended up creating an stl for the components (text, image and body) and merging them with a boolean operation, think this might help you get started as I had no idea where to even look.

[–] Apepollo11@lemmy.world 1 points 1 month ago (1 children)

At the very simplest, you can just overlap things in the slicer without Blender.

If you want to learn about Blender's Sculpt mode, you can just Google "Blender Sculpt mode tutorial". For convenience, try to use the most recent results, as the interface can be slightly different in older versions.

Sculpt mode effectively allows you to alter the models as if they were made of clay or plasticine.

A lot of the tutorials will be showing how to make things from scratch, but what's important is that you see how the tools work.

Once you have everything overlapping the way you want, you can join the using a Boolean operation. You'll want to use a "union" operation.

[–] AlexanderTheGreat@lemmy.world 2 points 1 month ago

Thanks for the suggestions, I appreciate it. I'll give some blender tutorials a look.

[–] dual_sport_dork@lemmy.world 1 points 1 month ago (1 children)

Your issue is certainly that the designer of your model left clearances between the parts to ensure that they would fit together. This is proper and correct, because otherwise you'd never be able to physically assemble the parts here in physical reality. Some amount of tolerance is required since no printer is 100% accurate, and a total interference fit would not work with most materials anyway. The problem is, when printing as a single unitary piece that's not what you need anymore.

You'll have to modify the models to close these gaps, or just insert your own solid object in between them to take up the gaps and then export the whole assemblage as a single object.

Most slicers can do this, although typically the objects they can create out of thin air are only geometric primitives (cubes, spheres, cylinders, etc.) so you might not be able to create the right sized object or otherwise you'll have to use a whole dickton of them.

[–] AlexanderTheGreat@lemmy.world 1 points 1 month ago

Oh I get why is it done that way, just a pain to put back together aha. I'll give filling in the key holes a try. Seems like the easiest solution. Don't know why I didn't think of that aha.

[–] Boinkage@lemmy.world 1 points 1 month ago* (last edited 1 month ago)

Open a new blender project. From the drop down menus along the top, Select open, import, import STL, then find your first stl in the file explorer. Repeat this to import the second stl. Drag and rotate both objects until they're lined up how you want them. Select both stls at the same time. Right click and select "merge". Then in the drop down menus, find export, export as STL. Save it as your new STL. Open this new stl in your preferred slicer program, and you're good to go!

[–] 0xd34d@sh.itjust.works 7 points 1 month ago (1 children)

Depending on which slicer you use, you can probably merge them as an assembly. I use Orca Slicer and after loading a model I can then right click on it and add an STL to it. Then it's a matter of positioning and lining them up. Once done you can slice it as one model.

[–] AlexanderTheGreat@lemmy.world 2 points 1 month ago (1 children)

I'm using a resin printer so Orca won't work for me.

[–] lone_faerie@lemmy.blahaj.zone 2 points 1 month ago (1 children)

I believe you can export as an STL from Orca Slicer, though I haven't done it myself. You'd basically merge the STLs in Orca, export, and then open the exported STL in the slicer of your choice.

[–] AlexanderTheGreat@lemmy.world 1 points 1 month ago

I'll give it a try.

[–] HootinNHollerin@lemmy.world 5 points 1 month ago (1 children)

Many cad packages will let you do a Boolean combine operation

[–] AlexanderTheGreat@lemmy.world 2 points 1 month ago (1 children)

It's a model of a person, it was my understanding that cad programs don't do those well.

[–] FuglyDuck@lemmy.world 2 points 1 month ago

Mesh lab might be an option. Fixing stls and other meshes is kinda what it does

[–] roller@twit.social 3 points 1 month ago* (last edited 1 month ago) (1 children)

@AlexanderTheGreat it's old and cranky, but Meshmixer is still something I use.

Let's you split and combine as well as align

https://meshmixer.com/

[–] AlexanderTheGreat@lemmy.world 3 points 1 month ago (1 children)

I tried using it but it kept leaving pockets where the keys where. Even if I used turn solid.

[–] roller@twit.social 2 points 1 month ago* (last edited 1 month ago) (1 children)

@AlexanderTheGreat have you tried 3D Builder on windows?

I've found it to be complimentary to Meshmixer. It has a nice combine function to simplify complex models.

[–] AlexanderTheGreat@lemmy.world 1 points 1 month ago

I've tried. I still get the pockets. I'll send a picture when I get home. I'm hoping Blender can fix it.

[–] NickKnight@lemmy.world 2 points 1 month ago (1 children)

if the file is small enough you can throw it in tinkercad and merge it. Cura will let you print it as one file if you let it but you have to set it correctly.

[–] AlexanderTheGreat@lemmy.world 1 points 1 month ago

Unfortunately it's too big for tinker CAD

[–] EmilieEvans@lemmy.ml 1 points 1 month ago

Import the parts into the CAD software (e.g. Fusion360) and assemble them.

[–] 4lan@lemmy.world 1 points 4 weeks ago

Before you mess with extra software try dragging all parts to the slice at one time. It should ask if they are parts of one object (orca does this) then select yes. They should all go into the right place, hopefully