147
submitted 10 months ago* (last edited 10 months ago) by ook_the_librarian@lemmy.world to c/opensource@lemmy.ml

I thought I would knock some dust off my drafting skills after a small chat with @captain_aggravated@sh.itjust.works

Seeing this image on the tutorial made me realize, FreeCAD seems to be a Technical Geometry Super-Suite. It makes sense that CAD would grow to include all of these things. But I thought sharing the initial perspective of some one who hasn't looked at this stuff in about 18 years might be interesting.

Granted I'm not actually familiar with most of this stuff, and none of it from the POV of FreeCAD. If this can deliver 10% of what I'm looking at, I'm in for a treat.

top 50 comments
sorted by: hot top controversial new old
[-] jabjoe@feddit.uk 28 points 10 months ago

From my perspective the biggest thing wrong with FreeCAD is that it's a single threaded app in a multicore world. If you load large stuff, the app freezes and one core is working really hard for a while.

[-] Curdie@lemmy.world 5 points 10 months ago

Solidworks is the same way.

[-] jabjoe@feddit.uk 3 points 10 months ago

Can't say I'm surprised.

[-] BeardedGingerWonder@feddit.uk 3 points 10 months ago

No, it's the topological naming problem. End of.

[-] jabjoe@feddit.uk 5 points 10 months ago

That doesn't have me wait for tens of minutes while one core slogs it's guts out and the other fifteen sit there idle.

[-] Linkerbaan@lemmy.world 2 points 10 months ago

Isn't like every CAD program single core? People got scammed hard with Xeon in the past. CAD PC salesmen had/have absolutely no idea what they were talking about

Biggest speedup has been the GPU integration. The single core stuff doesn't seem to matter much anymore.

load more comments (1 replies)
[-] hashferret@lemmy.world 11 points 10 months ago

Seems like a good opportunity to ask if anyone can recommend learning materials for FreeCAD? Used Solidworks and AutoCAD in school but fell back on tinkercad for a recent project just cause I didn't have time to invest in learning.

[-] cmnybo@discuss.tchncs.de 5 points 10 months ago

This is a pretty good tutorial to get started in FreeCAD. Just watch out for the topological naming issue. They still haven't fixed it, but if you know how to avoid it, you shouldn't have too much trouble.

[-] PlutoniumAcid@lemmy.world 3 points 10 months ago

Parametric is such a leap, when coming from toy blocks like TinkerCad in which I can really easily do all that I want except those sexy fillets...

I really want to learn it but it feels so convoluted and difficult. I'm aware that FreeCAD is not the easiest, and some commercial packages are easier to grok but their licensing is really hostile to simple hobbyists so I am trying to to take the high road, for now anyway.

[-] JustEnoughDucks@feddit.nl 6 points 10 months ago

Hey, I have used freecad a lot. FreeCAD is good, not great as a cad software. But it is the only truly "no strings attached." The problem with it was development was almost at a standstill for things that actually mattered. A new company has formed around commercializing it and are working with the original Dev team.

Updated UI, topological naming fix, some assembly and actual functional defaults were promised for Q1 2024 and releasing it as a 1.0 version.

I think it is worth it to learn how to use right now as in the next 2 years it should become an actual viable CAD alternative for things outside of simple projects.

I wouldn't try parametric models in freecad. They use a really really bad spreadsheet reference system that recalculates you model, not on every change, but every CLICK which means that when you have a variable that is reference more than 10 times or so, it begins to take longer and longer to even start to enter a new value. One time it took 5+ minutes just to get into the spreadsheet cell before even being able to edit its contents.

For parametric, use OpenSCAD (or openscad in freecad) until they implement actual, working variables.

[-] evranch@lemmy.ca 2 points 10 months ago

I wouldn't try parametric models in freecad

I would clarify that you're talking about a specific usage case, that OpenSCAD does indeed do better at. However for most CAD tasks I find OpenSCAD is overkill and less intuitive.

"Parametric design" usually refers to the workflow used in the Part Design workbench, as well as SolidWorks etc. where geometry is defined by constraints.

The Part Design workbench does work well and despite the topological naming issue is sufficient for most hobbyist and many light industrial tasks. If I need to draw up an arbitrary bracket or bushing or similar, I don't even bother using a workflow that guards against the issue, I just use it casually like I would SolidWorks. Only if the part is complex or if I know it will need to be tweaked do I bother doing everything on datum planes etc. because it's a lot slower and more hassle.

That's very good news that the topological naming issue is being solved, though. #1 issue with FreeCAD IMO and the one that holds it back from serious industry use.

[-] masterspace@lemmy.ca 1 points 10 months ago

That's how parametric workflows work in some industries. In the architecture world of Rhino / Grasshopper and Revit / Dynamo, the expectation is that parametric scripts can do almost anything.

[-] cmnybo@discuss.tchncs.de 1 points 10 months ago

If you don't want to make parametric models, you can build simpler things by combining primitive shapes in the FreeCAD part workbench. You can even fillet and chamfer them.

load more comments (3 replies)
[-] MangoPenguin@discuss.online 2 points 10 months ago

That is an insane bug to have in your CAD software, I don't see how it's usable for any slightly complex part.

[-] BeardedGingerWonder@feddit.uk 2 points 10 months ago

Literally every CAD program suffers this to a greater or lesser degree. There are workarounds but they're clunky.

load more comments (1 replies)
[-] captain_aggravated@sh.itjust.works 9 points 10 months ago

Yeah if you want to be reductive about it, FreeCAD is a GUI wrapper for OpenCASCADE, its CAD engine. FreeCAD is designed to be extensible; the workbench system allows for several different workflows, and using the Python API it's not that far out there to make your own workbench for specialized tasks. You could build a clockwork workbench if you were interested in designing escapements and such.

The tradeoff is it can seem overhwelming because there's a LOT of functionality in there. I do almost all of my work in the Spreadsheet, Sketcher and Part Design workbench, plus the A2Plus assembly workbench from the addon manager.

[-] UnityDevice@startrek.website 5 points 10 months ago

Yeah OpenCASCADE is amazing because it's the only real geometry kernel that's open source. There's a few smaller ones like solvespace, but they're really more like toys. It's like the Linux of the CAD world.

Writing a geometry kernel is a monumental task, not unlike writing a real os kernel or a modern web engine. I've seen people just lay the basic foundations of a kernel as their PhD thesis. Most of the commercial ones were written decades ago and are still being worked on - the big ones are Parasolid ACIS, ShapeManager, CGM. The last one would maybe be considered a newcomer cause it's only 15-20 years old.

[-] ook_the_librarian@lemmy.world 2 points 10 months ago

I just thought in hindsight, my response to you plugging freecad is funny.

It's like you took me into your workshop with all these benches, and I just point at the openscad bench like a caveman and grunt "scad".

[-] captain_aggravated@sh.itjust.works 2 points 10 months ago

Yeah somehow I never hitched horses with OpenSCAD; like I can't imagine designing a table or cabinet purely through code. Using the Part Design workflow can work a lot like how tools work, lay out the location of the feature, draw the profile of the feature, then do an additive or subtractive operation to create the feature...the design process in basically any similar CAD package becomes a dress rehearsal for the build in a way.

load more comments (5 replies)
[-] RandomGen1@lemm.ee 9 points 10 months ago

I don't mean to poo poo FreeCAD the way I say this, but the vast majority of those features listed are bog-standard cad suite features at least by modern standards.

I'd love to see a FOSS cad suite kill my personal dependency on proprietary solutions, but as best I'm aware the UX is still hugely lacking.

[-] rbn@feddit.ch 7 points 10 months ago

I often read that the UI is pretty unintuitive compared to the commercial competitors. I anyhow started with FreeCAD three years ago and never looked back. I design a lot of functional 3D prints with it and managed to solve all the issues I've faced so far. As I started with FreeCAD and never tried the alternatives, I also don't miss the possibly more intuitive UIs 😁

[-] ook_the_librarian@lemmy.world 2 points 10 months ago

I tried qcad around 2010 or so and found the UI horrible compared to autocad that I was used to. At this point in my life, drafting was pretty useless. So I had no reason to have cad unless it was free.

I found OpenScad in Y2020 and was amazed at how far it had come. It felt much more like the commercial stuff, at least to me, who was behind the times anyway.

[-] remotelove@lemmy.ca 6 points 10 months ago* (last edited 10 months ago)

FreeCAD is fairly good. Some of the controls are a bit wonky, but that is just a minor gripe. If you are starting on FreeCAD, that doesn't matter so much. FreeCAD is good to know if you design components for KiCAD as well.

Parametric modeling is fucking awesome, btw. I am not quite sure how old that concept is though.

load more comments (6 replies)
[-] mindbleach@sh.itjust.works 6 points 10 months ago

Does FreeCAD handle aerodynamics? A decade ago I wanted to screw around with low-speed airfoils, and couldn't find any better indications than 'OpenFOAM and good luck.'

[-] freedumb@programming.dev 5 points 10 months ago

Great piece of software, but still nowhere near the beauty of PicoCAD

[-] Spedwell@lemmy.world 4 points 10 months ago

I have a thing for experimental CAD and modeling softwares, but hadn't heard of PicoCAD! I'll have to try it out, thanks for sharing.

Some other cools ones:

[-] ByroTriz@lemmy.ml 4 points 10 months ago

Needs a better logo as well

[-] ook_the_librarian@lemmy.world 3 points 10 months ago

Actually that's a great place for some "I want to help but I don't know computers" people to jump in.

[-] ByroTriz@lemmy.ml 2 points 10 months ago

Yep, there's a ton of great Foss projects that have a shitty logo. Look at Octave, looks like something 10yo me made in MS paint in 5 min

[-] Classy@sh.itjust.works 2 points 10 months ago
[-] mindbleach@sh.itjust.works 5 points 10 months ago

Hey now, naming things is in NP-hard.

[-] MangoPenguin@discuss.online 3 points 10 months ago* (last edited 10 months ago)

Can it export STL/3MF without making all the circles low poly yet?

Last time I tried it freecad was not usable for 3d printing because it doesn't export properly.

With the naming bug that still exists too I found it basically unusable even for basic parts. It feels like going back 20 years compared to fusion 360.

[-] TonyTonyChopper@mander.xyz 5 points 10 months ago

I've used it for making models for 3D printing for about 5 years, never seen that issue

load more comments (5 replies)
[-] TCB13@lemmy.world 3 points 10 months ago* (last edited 10 months ago)

STL is a total abnormally and a piece of shit of a format that doesn't actually represent 3D objects very well and has a ton of issues when it comes to sharing. Unfortunately we're stuck with this shit format and Autodesk with their Tinkercad seems to want to keep pushing it because as long as we use this crappy format we're forced into sharing and collaborating inside their platform - that at some point might require a subscription.

[-] okamiueru@lemmy.world 4 points 10 months ago* (last edited 10 months ago)

Completely agree about STL, however, I cannot for the life of me understand why 3MF isn't a binary format.

It has all these big tech companies behind it, and they landed on incredibly short sighted mistake of making the format human readable, instead of providing good tools for reading and modifying the binary format.

Compressing the human readable content is fine for reducing storage size. But de/serializing the XML is going to be at least 3 orders of magnitude slower. Given a sufficiently large file, the difference would be waiting 30 seconds, vs a barely noticeable 0.3 seconds.

load more comments (2 replies)
[-] prime_number_314159@lemmy.world 1 points 10 months ago

Last time I tried freecad, the geometry solver was incorrect, so it would sometimes create two (or more) shapes from a fully constrained part. Since learning about openSCAD, I've seen no reason to give it another try.

load more comments (9 replies)
[-] Tenthrow@lemmy.world 2 points 10 months ago

Do they have editable history yet? That’s a big blocker for me jumping.

[-] evasive_chimpanzee@lemmy.world 3 points 10 months ago

There's basically a tree of operations that have been applied to a model. At any point, you can go back and edit what you've done at a previous step. For example, if you padded a feature out 10 mm, then added more stuff onto that feature, you could still go back and change that padding operation to 15 mm.

I'm still super new to freecad, and I haven't done anything too complex in it yet, but my understanding is that some types of those changes can result in the topological naming problem. The way I understand it, when you make a shape, the software numbers all of the segments, vertices, and faces. If later changes are applied to those numbered faces, etc, and you go back and redo the operation that made those faces, etc, in a different order, the numbering will be different, and it will break your model.

There is a fork of freecad that fixes that whole issue, but the fix hasn't been implemented yet in the main fork cause it's pretty foundational to the working of freecad, so there's a lot of things that can break

[-] TonyTonyChopper@mander.xyz 2 points 10 months ago

If you just attach every object to the global coordinate system instead of each other that bug can't happen. Could be less convenient for larger projects though

load more comments (3 replies)
[-] AnUnusualRelic@lemmy.world 2 points 10 months ago

My architect so poked at it for a bit and quickly gave up.

That part at least isn't suited to its target audience apparently.

load more comments
view more: next ›
this post was submitted on 30 Jan 2024
147 points (94.5% liked)

Open Source

31712 readers
186 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS