So, I’m trying to print some older models from thingiverse and I have discovered that basically all the files I want to print have glaring flaws in them.

Internal free floating structures, connector pieces and holes that are the exact same size… So on and so forth…

Do I need to learn a software like CAD or Blender to fix these? I seem to be able to do some basic stuff in Orca Slicer but it honestly seems like as much of a pain to modify the parts there as it would be to use a real software.

Is there one that’s easier? I think I messed around with SketchUp once upon a time.

I am worried this feels like opening a can of worms just so that I can make a thing that already exists in a dozen forms better.

2 points
*

I find knoowingbthe basics helps.

I use blender. Its not perfect for 3d modeling. But I knew it a little to start. Also easy to set up on linux.

But honeatly learning its scale odds. (Defaults 1m to mm) boolean modifiers and 3d print tools. (Allow testing for real world models and extra faces.)

Really is all i need to modify stls and make my own sruff.

permalink
report
reply
1 point

May not be a popular opinion, but if you just want to fix shit like that, you can use Microsoft 3D Builder, it’s super simple and pretty powerful.

Modifying existing meshes is difficult, especially more complex ones, I find that this makes it much easier to fix dumb shit or make simple modifications.

permalink
report
reply
3 points

Is that like their replacement for 3D paint? I used that once to add a hole to a model?

It’s insane that I feel like I can understand the rules of 3D printing just fine but need to potentially put hundreds of hours learning software to fix other models so I can do it past the easier fidget toys that seem to be designed by the modeling geniuses.

permalink
report
parent
reply
2 points

No, it’s adjacent to 3D Paint. I never really liked 3D Paint actually.

For parametric modelling, that’s super easy and you can get into it pretty quickly, but organic modelling is a whole different story and is what takes the hundreds of hours.

While I’ve messed around in Maya and 3DS Max, its so much more difficult than parametric and Modifying high poly models requires tons of ram and a beefy PC. I spent a month trying to bake a bump map onto a model so that I could 3D print it and 90% of the time the applications crashed, Maya, 3DS and Blender all crashed when trying to do it, and none of them could do it right either. I pretty much gave up on that.

permalink
report
parent
reply
2 points

Thanks that seems about right for my experiences but that seems like the info I need.

permalink
report
parent
reply
2 points

Oh my God the bastards at Microsoft killed the app!

I had used that before to fix files. It was great.

I can’t seem to redownload it without jumping through hoops but know this was the right answer for none coder fixes. Sigh.

permalink
report
parent
reply
2 points

Wait, you can’t downland it from their store at all anymore?

permalink
report
parent
reply
3 points
*

Looks like you can download and install it using this:

https://store.rg-adguard.net/

Paste in the product url and select retail.

Https://apps.microsoft.com/detail/9wzdncrfj3t6

It will take a little Google to see which files to DL and how to install them.

I’m going to keep a copy on my PC now that I know it’s been taken down.

permalink
report
parent
reply
3 points

Amazing. You are incredible.

permalink
report
parent
reply
15 points

Tinkercad (free, closed source, in browser) is what I use. It’s very basic, but easy to learn.

permalink
report
reply
5 points

So many CADs.

I grabbed FreeCAD but it made no sense to me.

permalink
report
parent
reply
13 points

So, FreeCAD. It’s a beautiful hot mess. There’s a 1.0 in beta right now that’s bringing some much needed changes.

FreeCAD has a lot of parallel capabilities; it has an architectural workbench for drawing buildings, a Drafting workbench for more traditional 2D drawing, the Part workbench for a weird kind of boolean approach, and the Part Design workbench for a more typical sketch-and-extrude parametric modeling workflow like Fusion360, Inventor or OnShape.

The workflow is you create a sketch and draw a 2D shape, and then extrude (FreeCAD uses the word Pad) it into 3D space, then you can draw further features on that to design the shape you want.

The basis of how it works is somewhat unintuitive at first. “Parametric” means you draw using rules. There’s a piece of software out there called OpenSCAD that is a very pure implementation of this because you “draw” by typing code in a kind of programming language. FreeCAD lets you represent rules by drawing things with the mouse. Rules like “this is a straight line. It is parallel to the X axis. It is 5cm long. The leftmost endpoint is 3cm from the X axis and 4cm from the Y axis.” There’s only one way to draw that line. Those rules may be called Constraints or Dimensions. The powerful part is you can later change one of the rules, like “Did I say 3cm from the X axis? I meant 4cm” and it’ll redraw the whole part for you. Get your head around that concept and CAD software will unlock.

The UIs are different, but the general concepts are similar for FreeCAD, OnShape and Fusion360, sometimes tutorials for one will be useful for learning the others.

permalink
report
parent
reply
5 points

Oh man I wanted to mention Ondsel but I just saw that they’ve shut down and it really bummed me out…

permalink
report
parent
reply
1 point

Tinkercad is in the browser, super easy to use.

permalink
report
parent
reply
1 point

I’m both used CAD software professionally to do engineering and developed CAD software professionally, and TBH I, too, find FreeCAD difficult to use.

(I haven’t tried the latest versions that are supposed to be better yet, though.)

permalink
report
parent
reply
3 points

I second tinkercad for super basic parts. Need to print a knob for a radio that isn’t on thing-verse? 20min in tinkercad.

For blender basic things to learn could be plugging a hole in a part and adding a smaller or bigger one to match the screws you have on hand.

Or cutting a part in half to extend it, fill in the gap.

permalink
report
parent
reply
0 points

Tinkercad is just combining basic shapes, so there’s basically no learning curve.

permalink
report
parent
reply
3 points

Yeah I noticed that. Kinda feels like doing it in the slicer but with brighter colors.

permalink
report
parent
reply
3 points

Yeah abandon FreeCAD for now. It’s a powerful FOSS option, and the new v1.0 looks promising, but I second TinkerCAD to learn. It’s intuitive, and most of the principles you learn will translate fairly easily to other CAD software. Unless you’re trying to sculpt organic shapes, I’d focus off TinkerCAD

permalink
report
parent
reply
1 point
*

it made no sense to me

That’s all CAD software. You can’t just jump in and intuitively learn it by just doing it. It’s like trying to learn a programming language. You need a solid tutorial to explain the basics, at a minimum. Even with something simple like TinkerCAD.

FreeCAD was probably the worst choice. Give TinkerCAD a try. I know the FOSS community will hate me for saying this, but I like Autodesk Fusion for a full featured CAD package. It has a very steep learning curve, like all CAD software, and you need to watch some videos first. You will make a ton of mistakes and do even simple things wrong at first, but once you get going, it’s great to use.

permalink
report
parent
reply
6 points

If all you have are STLs then you’re pretty limited. I use Meshmixer to do basic modifications or tweaks to STLs but it’s not super user friendly.

permalink
report
reply
2 points

Yeah… Just STL files.

And I mean trying to add anything in orca slicer seems to be far worse. I got lucky with modifying a single piece in orca slicer via a million measurements and micro adjustments but it felt like pulling teeth from a shark.

permalink
report
parent
reply
11 points

The time and effort you put in to learning 3D Cad will more than pay off for you in your ability to make things you need that someone else hasn’t yet made and posted online. Sure, it will be a bit of learning curve, but what are we here for but to learn and grow?

I use FreeCAD which is FOSS. There’s a great series of Youtube Videos by Mango Jelly on how to use it.

permalink
report
reply
3 points

I am down to learn. It’s why I asked but I will say there is a dozen softwares and forks out there and I am not in the right space to be able to spend large amounts of time learning the deep ins and outs. And I generally don’t feel a constant need to design new pieces for myself.

But thank you for the suggestions and the video suggestions as well.

permalink
report
parent
reply

3DPrinting

!3dprinting@lemmy.world

Create post

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

Community stats

  • 1.9K

    Monthly active users

  • 540

    Posts

  • 3.9K

    Comments