view the rest of the comments
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
My approach in fusion is to start with the most complex profile shape and create a sketch on that dimension and then just keep removing or adding features using sketches on the other axes.
For example for your radio holder (the orange piece in your screenshot) I would do a top down sketch with 2 circles connected with 2 lines (making a pill shape), times 2 inset from that (to give you an elongated ring), then add a couple lines to get the C shape. Extrude that and then do a separate extrude of the entire outline (without cuts) and set the extrude offset to the height of the model so that the new body ends up at the bottom of the previous extrusion making a bottom to the part - and with mode set to join on the extrude, if they're touching it automatically merges them (saves having to do an extrude + join and just does it in a single extrude).
For the holes I would make another sketch coming from the front and then use the polygon tool to make a hexagon, followed by the pattern tool on the hexagon to make the hole pattern (a neat trick for hexagon patterns in fusion is that you can select 2 adjacent sides of the hexagon as pattern axes even though they're not 90 degrees, the pattern tool will nicely pattern the hexagons hexagonally instead of just making a grid of hexagons). Then selecting all the hexagons generated by the pattern and doing an extrude from that sketch in cut mode to cut the holes. (One downside here is that adjusting the pattern count doesn't automatically adjust the selected hexagons, you have to adjust the extrude-cut to select any new hexagons if you edited the pattern to create more)
I hope that gives some idea on how to build up shapes - I haven't really used any tutorials but just kind of wing it by trying to make my first sketch of a part from an angle where that sketch can take care of as much complexity as possible so the finishing touches can be simpler. (Ie, if you made that orange part from the side, the initial sketch would be a square and you would have to do a lot more operations to cut off material)