Hello!

Wonder myself if there any Linux available and\or open-source CAD that can be analogue to Fusion 360? Or maybe anyone had attempt to make similar one to Fusion 360?

FreeCAD seems to be very unfriendly for me as daily user to get jump into 3D design world. Fusion 360 on the opposite - very easy to manage to intuitively and learn fastly

Thanks

P.S. Yes, beside Blender maybe?

  • UNY0N@lemmy.wtf
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    13 hours ago

    OpenSCAD is a great program, but it’s not like blender or fusion 360. the input is a text file, and you need to describe the object you want to model as geometrical shapes in text. It also only renders when you tell it to, not constantly.

    But if you are willing to dive into it, you can get great results. There are libraries available for threads and gears and curbed shapes and such.

    It does take some getting used to, even more so if you have never done any programing, but it’s FOSS and can create the same output as the graphical-menu counterparts.

    Edit: I had originally posted a link to some stl files I made, but my read name is on there so I removed it.

    • pr06lefs@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      16 hours ago

      OpenSCAD is super fun and I have built things in it too. It is just for the modeling and doesn’t do tool path stuff like fusion360; but I think you could import models into freeCAD and do tool paths there.

        • pr06lefs@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          16 hours ago

          I used to model in openSCAD and do tool paths in fusion. Good combo for the most part, but there were some issues like cutting slots that never worked well; the slot always had to be wider than the tool. Fusion works better on its own proprietary models than on STLs.