Got this email from Autodesk that Fusion is increasing their annual price by a huge amount. I subbed for 1 year a couple years ago for I think $380. Then I was able to get an educational sub after that. Fusion is still the cheapest CAD software out there, not including the free stuff like FreeCAD, but still, this price increase is massive.

It should be noted that it’s still free to use for personal use minus the extra features.

  • RobotToaster
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    2
    ·
    7 months ago

    Yeah, I’ve used multiple CAD tools, from pro/engineer to F360, but the learning curve of freecad felt like a brick wall.

    • dack@lemmy.world
      link
      fedilink
      English
      arrow-up
      21
      ·
      7 months ago

      FreeCAD definitely has a steeper learning curve and a few rough edges, but to me it was absolutely worth it to learn. I really don’t like my files subject to the whims of Autodesk.

    • Excrubulent@slrpnk.net
      cake
      link
      fedilink
      English
      arrow-up
      13
      arrow-down
      8
      ·
      edit-2
      7 months ago

      I got stuck on googling how to make a fillet in freecad, to which the answer appeared to be, “yeah, nah, you sort of can’t”. Oh okay, this program is not for me.

      Edit: if people want to help/criticise, I recall the problem was that I couldn’t do it parametrically, which is the only way I like to model any engineering parts. So far the only thing that information has gotten me is a downvote. If freecad is as full featured as you say, then this should be easy to do. Feel free to tell me how.

      EDIT 2: after the info I got, I looked into it more and discovered my problem was a bit different - I couldn’t do a parametric offset line in a sketch, because I needed to make a particular pattern. I ended up doing it with OpenSCAD if I recall. I apologise for saying freecad couldn’t do fillets, that would’ve been extremely basic. It was still a very painful experience just to figure out that it couldn’t do what I needed.

        • MrSpArkle@lemmy.ca
          link
          fedilink
          English
          arrow-up
          6
          arrow-down
          2
          ·
          7 months ago

          I tried using Freecad as to filet something recently and it told me to look at the error console for more information, after googling for where the error console is, I realized the message to look at the error console was being output to the error console.

          There was no more information to be had. It is a UX and functional nightmare, and it is what it is, but the downside is this means millions of engineers are being trained on subscription web sites, and eventually this will be used to both squeeze people for money, and also to prevent people from creating unauthorized or patented parts.

        • Excrubulent@slrpnk.net
          cake
          link
          fedilink
          English
          arrow-up
          5
          arrow-down
          1
          ·
          edit-2
          7 months ago

          I honestly forget, it was such a terrible experience I didn’t give it any more time. I think that the problem was that I couldn’t make it parametric.

      • Kata1yst@kbin.social
        link
        fedilink
        arrow-up
        7
        ·
        7 months ago

        Huh, I’ve definitely done fillets before. Though they’re more nuanced than F3D or SW or ProE.

        I’ve found freecad to be feature complete and fairly performant as a pure CAD tool, but the workflows take getting used to and there are some rough edges where things are just significantly more complex than in competing commercial software.

      • wjrii@kbin.social
        link
        fedilink
        arrow-up
        4
        ·
        7 months ago

        I think SolveSpace and OpenSCAD have trouble with fillets, but FreeCAD should be fine, though as a person with a non-technical background, FreeCAD is still generally miserable to use.

      • dual_sport_dork@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        7 months ago

        I don’t know how long ago you tired this (early versions were, even I will admit, kind of crap) but in the current FreeCAD release of 0.22.1 it’s incredibly easy.

        Just select the edge(s) you want to fillet and and press the “fillet” button in the Part Design workbench…

        And on the panel on the left you can set the radius. The profile of the Fillet tool is always a 90 arc of circle with the radius you’ve specified.

        Or, if you want to get fancy and make your own bespoke custom fillet. Well, you can define its profile in a sketch. Here I just used a bezier to make an arbitrary curved shape. You are defining the profile of the material you want removed here, i.e. the negative space. You can make this as mathematically rigorous and precise as you like.

        Then, position it somewhere on the vertex you want to profile and once again in the Part Design workbench, select that sketch, and hit “subtractive pipe.”

        From there, you can hit “add edge” to define which edge(s) you want it applied to. You get a preview of the material removed.

        Et voila.

        • Excrubulent@slrpnk.net
          cake
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          7 months ago

          I appreciate all the effort you went to, and I can do this as it turns out. Now that I’ve researched what problem I was having, it turns out the issue was that I couldn’t do a parametric offset line in a sketch, which was crucial to what I was doing at the time, so I had to give up on it.

          I was using 0.19 at the time, because that’s what I’ve got installed.

      • HewlettHackard@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        7 months ago

        I’m curious what a parametric offset would be. If it is what I think it is, I’ve accomplished that with some construction geometry. Add a construction geometry line constrained appropriately (e.g. perpendicular to some other line, particular length, etc) and then use its other end to attach and constrain the offset line.

        • Excrubulent@slrpnk.net
          cake
          link
          fedilink
          English
          arrow-up
          2
          ·
          7 months ago

          Yeah, that’s what it is. That would probably work at least for straight lines, which was the case I was doing.

    • VandalFan77@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 months ago

      I would love for you to explain how the workflow is any different than in something like SolidWorks? I use SolidWorks in my day job and I use FreeCAD exclusively for my personal projects. It was a pretty seamless transition for me. Sketch->Feature, repeat, paying attention to order of operations in your model tree. What’s so different?

      Is FreeCAD’s UI a little rough in places? Perhaps, but a lot of the things that people complain about in FreeCAD are present in commercial software. If there’s one thing that SolidWorks might do better is allowing you to get away with things like over-defining geometry accidentally. It’s more forgiving of lazy modeling.

      FreeCAD has improved significantly in just the last few years. There is a good community around it. We need more people using it and learning how to model.