Here’s a tough one for you:

An alternative to AutoDesk Fusion360 for 3D print modeling.

Ideally with native Linux support but I’m more concerned with getting out from under AutoDesk’s thumb than I am with using wine.

Blender seems like the obvious choice, but it’s not really built for 3d printing.

It’s looking like FreeCAD may be about as good as it gets unless someone here has some other suggestions.

  • @waz
    link
    1711 months ago

    I use FreeCAD most of the time, but occasionally I’ll also use OpenSCAD. It’s a different way to think about drawings but in certain circumstances it seems easier.

    • nomad
      link
      fedilink
      511 months ago

      Jup, freecad sucks balls, but there is nothing better. Opescad is nice if you are used to coding.

  • @[email protected]
    link
    fedilink
    1211 months ago

    Once freecad clicks, you’ll love it. I ditched fusion when the locked my files behind their servers and said I was using it for commercial work (I was not). FreeCAD is the way

  • N3Cr0
    link
    1211 months ago

    I started with blender and I agree: It’s not made for technical modelling. There is a custom blender version with common CAD features, but I’ve been put off by the - typical for Blender - steep lerning curve.

    Long story short: You can’t go wrong with FreeCAD.

  • @[email protected]
    link
    fedilink
    1111 months ago

    FreeCAD is basically the only decent FOSS, but if you want to swap autocad for somebody else you can try onshape, it’s browser based so works well on all platforms.

    • @snekerpimp
      link
      211 months ago

      I have regrettably moved to Onshape as well. Closest to fusion and free as long as you’re just making things for your own use. OpenSCAD is powerful, but I can’t get past the learning curve. Wish I could use it though. One day, maybe.

      • @[email protected]
        link
        fedilink
        111 months ago

        I use OpenSCAD for some gears etc, but onshape for the rest. I used FreeCAD for work a few years ago as we were stuck on Linux, I can wield it well, but it’s a bit clunky and would crash often on things like threads.

        Onshape just works for the home hobbyist. I wish FreeCAD was a bit better, but I understand it’s a lot of work, just the creature comforts of fusion and onshape are hard to give back up.

        Price you pay…

        • 𝕽𝖔𝖔𝖙𝖎𝖊𝖘𝖙OP
          link
          English
          211 months ago

          Price you pay…

          Honestly I could live with paying.

          It’s the subscription model that makes me want to vomit 🤮

          • @snekerpimp
            link
            111 months ago

            I would gladly pay $299 once for security updates only and unlimited support, no feature updates. I just don’t want to pay $299 every twelve months.

        • @snekerpimp
          link
          111 months ago

          I wish I could wrap my head around openSCAD. I have seen what it can do, I just can’t think in those dimensions when I’m drafting something.

          • @[email protected]
            link
            fedilink
            111 months ago

            Yeah it’s more primitive, I don’t see it as a full cad drafting replacement, but as mentioned, it’s nice for things like gears and classic parameter based models.

      • Radioactive Radio
        link
        fedilink
        311 months ago

        there’s this repo and it still seems to be maintained. I was following this project when it first started and tried it for a while it seems pretty solid.

          • Captain Beyond
            link
            fedilink
            1
            edit-2
            11 months ago

            Interesting - they don’t seem to publicize this at all on their site, nor do they mention the LGPL anywhere (that I could find). Their site only seems to offer it under an EULA.

            I wonder if these LGPL sources are the full source of the application, then.

            edit: prior revision of the readme clarifies that, although the Plasticity source code is LGPL, it uses a proprietary library which makes the resulting product proprietary. Presumably the expensive licenses are for this proprietary library and not for Plasticity itself. This proprietary library seems to be Parasolid, the geometry kernel. I wonder if there is a fully free alternative.