Live data from Hacker News

FreeCAD v1.1

blog.freecad.org

91–100 of 111 posts

Re: FreeCAD v1.1

#91

Freecad never really clicked with me. Tried it most recently in 2023 and the user experience just didn't make sense to me. My impression was that freecad is one of those projects were things have been a certain way for a long time (UX/UI wise I mean) and it works for those people so it will never change. For my small cad usage I just went with onshape.

My experience is similar, except that I gave up and did OpenSCAD (now PythonSCAD) and am trying Dune 3D.

Re: FreeCAD v1.1

#92
post #11

Recently one of the magnet holders for my window shutters broke, and I thought I'd take a crack at designing a replacement to 3D Print. I'd never designed anything in CAD software before, so I had no real reference. I found FreeCAD extremely easy to use and intuitive. I watched a couple videos and followed-along with the tutorials, then started on my own item. It's a relatively simple 3-part component. I took measure…

I had the opposite experience. Creating the parts was easy with some tutorials but when I went to the assembly step it failed horribly. There are different plugins/ways how you can do it but none of them worked and the console solely gave cryptic error messages. I gave up and used pen and paper. :(

Re: FreeCAD v1.1

#93

FreeCAD is really the only serious contender for CAD on Linux. I love how everything is hackable via Python APIs. Every release seems to fix more and more UX issues. I have very high hopes for it to eventually start attracting more commercial usage, much like KiCad and Blender did in their spaces. We need more open software like that.

You can run Solidworks or Onshape as well. The former via Wine, the latter in Chrome.

Re: FreeCAD v1.1

#94

Is it any closer to functioning like Solidworks, NX, Creo, and all the other professional CAD software packages? Edit: After opening it up it seems better than before but still not a replacement. I can use the draw tool to create a rectangle but than immediately cannot apply symmetry or equal length constraints until I delete others which shouldn't overlap. Clicking to create a cut or hole opens up a window that does…

It's inherently limited by its geometry kernel. Most "real" CAD suites use something like parasolid, usually with a bunch of extras slapped on top. Making a new one from scratch is a massive undertaking, but I'll remain forever hopeful that we get a new, modern, open-source kernel one of these days...

I don't necessarily agree in this case - OCCT is more than capable for what FreeCAD is offering. Add to that the development trajectory of OCCT also seems to be really taking off recently (with the 8.0-RC, they've re-worked how all B-Spline algorithms work, with implications for all operations).

Re: FreeCAD v1.1

#95
This is wild. I'll be honest I've long been scared away from FreeCAD because of the overwhelming number of buttons and hotkeys but have recently started 3D printing and using deliberately limited tools like TinkerCAD and OpenSCAD and quickly found those limits. "Simple" things like easing an edge, adding clearance, or cutting threads.

On the suggestion of one of these comments I've started watching Deltahedra videos on YouTube [and they're great] but after watching his 1.1 release video it looks like half his tutorials could be remade with the new shortcuts. It's also pretty humbling to see someone who knows their tools make something.

I'd worry if I was AutoDesk. Given the way they treat their customers like pinatas, I'm surprised they've maintained their dominance.

Re: FreeCAD v1.1

#96
post #79

I vibecoded a suitcase handle months ago with its Python interface. A pleasant experience.

Would like to hear more about how you did it. Did you connect it up to Claude Code?

Just asked for boxes, curved shapes, cylinders, cuts, mirroring, gave exact dimensions and it built up to ~400 lines of FreeCAD python.

3d printed handle was exactly how i wanted it to be

Re: FreeCAD v1.1

#97
post #9

Earlier quoted context omitted.

It's very common (Fusion calls it User Parameters, etc.) and indeed nice practice. FreeCAD has a few ways to do it, Spreadsheets but also free-form properties on objects. It's very flexible in this regard.

The Fusion implementation sucks. A spreadsheet is a far more natural way to do this, Im surprised FreeCad is doing it better than the paid variant.

The worst part about fusions implementation is that you CANNOT edit the User Parameters while you are viewing the part easily. I like to edit the params and drag it around, but it SUCKS in fusion

Re: FreeCAD v1.1

#98

In coming time you can see freecad massively improving. This space lacks good opensource solution. I have tried creating my parts, tried tinkercad (which is simple but limited) Tried fusion. And pretty much other things don't support mac. I've a hunch lots of vibe coders are going to come and launch stuff like freecad and Gimp (which I never liked, can't even get simple tasks done in gimp) Future is bright for openso…

Freecad is limited by Open Cascade which is the modeling kernel at the heart of the program. I started with Open Cascade then moved on to Granite from PTC (not open source) and the latter is just so much easier, faster, and stable. I’ve heard Parasolid and whatever it is that Autodesk uses these days are both excellent as well. It would be nice for there to be a more modern open source modeling library.

There is promising news on the development of OpenCASCADE front:

https://fosdem.org/2026/schedule/event/QQRAAF-occt3d-8-kerne...

Re: FreeCAD v1.1

#99

Earlier quoted context omitted.

for incredibly simple parts that i can describe using measurements, i've had a lot of fun pointing a high-power ai at openscad and letting it iterate through making the design for me it's still tough to turn it into something i can then keep fiddling with in freecad though put on "tron: ares" in the background to fully appreciate the model designing something that will be 3d-printed :)

I haven't tried it, but FreeCAD has scripting https://wiki.freecad.org/Python_scripting_tutorial Edit: Your website is quite confusing. Took me awhile...

ty for 'tearing through' ;)

Re: FreeCAD v1.1

#100
post #11

Recently one of the magnet holders for my window shutters broke, and I thought I'd take a crack at designing a replacement to 3D Print. I'd never designed anything in CAD software before, so I had no real reference. I found FreeCAD extremely easy to use and intuitive. I watched a couple videos and followed-along with the tutorials, then started on my own item. It's a relatively simple 3-part component. I took measure…

for incredibly simple parts that i can describe using measurements, i've had a lot of fun pointing a high-power ai at openscad and letting it iterate through making the design for me it's still tough to turn it into something i can then keep fiddling with in freecad though put on "tron: ares" in the background to fully appreciate the model designing something that will be 3d-printed :)

Did you try modelrift.com ? Its openscad + ai but way more convenient to preview results in realtime and iterate via annotated screenshots
Post reply on HN