this post was submitted on 03 Dec 2023
31 points (100.0% liked)

3DPrinting

15271 readers
126 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
 

Hello, thanks in advance for any help. I have a little project I am trying to do-- I would like to merge a "Mag quadsafe universal adapter" with a Galaxy Fold 3 case. I have both STLs and i began playing with blender yesterday, and it's possibly a little above my head.

What it seems like the steps are from my (peprhaps simplistic) point of view:

  • trim the openings on mag quad adapter to fit the camera lens and side buttons when it is perfectly centered on the case.
  • delete a square the exact size of the magsafe quadlock adapter that is perfectly centered on the back of the phone case
  • put the current model from the mag quad stl in thus square

The only thing I've been able to accomplish thus far is centering the mag quad adapter on top of the case. I cannot, for the life of me, figure out how to trim in to fit the camera and side button openings....

Any help is greatly appreciated, even if it's just a starting point.

you are viewing a single comment's thread
view the rest of the comments
[–] Sphks@lemmy.dbzer0.com 2 points 9 months ago (4 children)

Do you have some pictures and drawing to explain what you want to achieve?

I agree with the comment about using something simpler than Blender. Blender is the right tool for organic shapes and for sculpting.

What I understand is that you have two models, one for a phone case, one of a "hole" for fixing a magnetic holder.

I use OpenSCAD. With this tool, this would be my logic (could be replicated in other tools :

  • import the mag holder stl
  • create a rough shape, like a cylinder, that would fill the hole
  • make a "difference()" between the cylinder and the mag holder. This way, the cylinder has the shape of the complex hole. You can then use this shape to make a hole in the stl of the case
  • import the case
  • import the mag holder once again / or add a volume the shape you want
  • use "difference()" between the case+mag holder and the complex hole shape to clear the hole

you can enhance this process by creating a negative shape of the buttons holes

[–] Nmill11b@lemmy.world 2 points 9 months ago* (last edited 9 months ago) (2 children)

Edit: This is as far as I got in Tinkercad/Blender/Automesh -- I had trouble actually modifying the shapes in any way in all programs (I am an absolute beginner at this, but I wanna learn and have access to a few different makerbot printers):

This is my crude sketch on what I wanna do.

This is the magquad holder I want to integrate directly into the case.

I don't wanna stick the holder on my naked phone, and if I put the holder on the case as it is, it will likely be too thick to charge.

[–] Sphks@lemmy.dbzer0.com 2 points 9 months ago (1 children)

OK that's clear.

What I would do :
I would remove the corners of the mag holder.
For this, I would make a big cylinder to catch what I want, and use an "intersection" to get only the center.
https://piped.video/watch?app=desktop&v=Z3sgFGeoQTs . Try it first with a cylinder, but actually, I would use a cone or a really big sphere to have a chamfer.

Then I would place my new shape like you on the case. Without the corners, you would not get the troubles of removing the complex shapes for the camera and the buttons.

[–] Nmill11b@lemmy.world 2 points 9 months ago

I love this. This would make it easier. I can use the exact same cone to "cut" the case. I'll also be able to perfectly center the cone on the mag quad adapter (not sure if the stl has is 100% centered or not, but this way I can get it perfect.

I'll play with this. Probably won't have time for a few days, my days are busy. I tried using sphere deletion in blender yesterday, and it was a bit tough since it was my first time using any 3d design software.

I think this is probably the best suggestion for how to accomplish this, and I'll be able to focus on doing it soon.

load more comments (1 replies)