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.

  • @[email protected]
    link
    fedilink
    English
    5
    edit-2
    3 days ago

    This post turned out to be a bit of a rant about what drives me to model my own designs most of the time. In short, it isn’t required, but I highly recommend it.

    I’d say that most people who own 3D printers have little to no skill in modelling and are happy printing whatever they can download online. Maybe they hit a point where they want more, but until then learning modelling isn’t a useful skill for them.

    Personally, I’m a designer at the end of the day. 3D modelling is a crucial tool in taking my ideas and bringing them to life in a way that can be passed to a manufacturing process and made into a physical object. 3D printing just happens to be the manufacturing tool I use most often for personal projects because it is what I have the easiest access to. If I had a machine shop, I’d use that too. When working on high volume products I’ll design for injection molding, die casting, sheet metal, compression molding, etc.

    I’m not against utilizing models people have already put online that solve the problem I want, that is just efficient use of resources. But I agree, most models out there are very poor quality so I pretty rarely use downloaded models. Heck, I just re-modelled Gridfinity bins because I couldn’t find a parametrically adjustable model for SolidWorks that I was happy with (on that note, the dimensional documentation for Gridfinity is straight garbage and I’m still not sure I have it right) and those are some of the most widely available models out there.

    I also absolutely despise STL and other non-parametric file formats for sharing designs. They are terrible, inefficient formats that make files very hard to edit. Most people don’t export them in high enough resolution resulting in horrible looking faceted models. The community needs to fully accept STEP as the file format of choice now that any slicer worth using can import them properly.

    • Rikudou_Sage
      link
      fedilink
      English
      43 days ago

      I prefer parametric SCAD models. Maybe because I’m more of a developer than a designer.

      SCAD allows for really cool things like I did with a parametric calendar model - you just input the year and it automatically calculates the first day of the year using a clever algorithm. It also works with leap years automatically, which is less cool but still very convenient.

        • Rikudou_Sage
          link
          fedilink
          English
          33 days ago

          I mean, OpenSCAD has primitives which you use to create your own shapes. It does have chamfers, if you add a module for that. Or download someone else’s code.