3DPrinting
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
-
No bigotry - including racism, sexism, ableism, homophobia, transphobia, or xenophobia. Code of Conduct.
-
Be respectful, especially when disagreeing. Everyone should feel welcome here.
-
No porn (NSFW prints are acceptable but must be marked NSFW)
-
No Ads / Spamming / Guerrilla Marketing
-
Do not create links to reddit
-
If you see an issue please flag it
-
No guns
-
No injury gore posts
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
view the rest of the comments
Does something like this works for you?
https://drive.google.com/file/d/15lq4Fz3rzJdIM7iXbC3JB79-IPjsTIzY/view?usp=sharing
I just imported the 2 stls in blender put them together, like in the same place as you wanted
Selected both as seen in the image, then File -> export -> STL. Make sure you have "selection only".
Export it, open it in your favorite slicer, and that should work.
Blender can do a lot, I use it to design and modify a lot of things from thingiverse too, and I have learned a lot of tricks on blender too.
I also want to learn freecad to do stuff from scratch, but in the meantime blender does what I need.
EDIT: Most probably I did not understand the requirement correctly, is this supposed to have a hole? hit me up if you want, happy to help https://discord.com/users/poringo#6290
Another Edit: Oh something like this?
Something like that last image is exactly what I'm trying to do! I probably could have described it better.
I think it's probably a bit more complex than I thought, and I'm not sure it's doable it tinkerCAD (i couldn't find any way to trim objects..perhaps i'm just missing it). I'm gonna play with windows 3d builder soon when I get a chance I think.
If you can't make it work with other programs you could do this with the boolean modifier in blender. I'll give you a rough rundown of the necessary steps.
To cut the adapter to the right size you first create a cylinder that has the correct circumference and place it in the centre of the adapter. Then you select the adapter object and add a boolean modifier that should look like this.
You can then apply the modifier (by clicking on the small arrow in the upper right corner of the modifier card) and remove the cylinder again.
if you are happy with the result you can then move on to the next step. You could now merge the adapter again with a boolean modifier (although this time you have to select union) but if you want it to be recessed in the case you have to do another step first otherwise it would just fill the recess in the adapter model you have. You simply add another cylinder and scale it so it is slightly larger than the recess in the adapter and remove it from the case again by using a boolean modifier but with difference selected this time.
I hope this helps a bit. I know that if you don't know blender this explanation won't be enough to do this but if you have any questions then feel free to ask.