this post was submitted on 12 Aug 2023
426 points (95.9% liked)

Asklemmy

42493 readers
1443 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 78 points 10 months ago (4 children)

There are no good open source CAD systems at all.

[โ€“] [email protected] 40 points 10 months ago (1 children)

For electrical engineering there is KiCad, which is pretty good overall. Only reason I'm still using proprietary software is because I'd have to recreate my libraries and it will be a huge pita.

For mechanical design there is FreeCad, which is usable for simple geometries, but if you come from a proprietary CAD software you may find it lacking.

[โ€“] [email protected] 22 points 10 months ago (3 children)

I got into the 3D printing hobby a few months ago and FreeCAD is pretty much useless. I can be more productive by writing JavaScript code with Three.js library, lol.

[โ€“] [email protected] 7 points 10 months ago (2 children)

For 3D printing, did you try OpenSCAD? If you're already a programmer it's much easier to get into than it is to get into any classic CAD software.

[โ€“] [email protected] 3 points 10 months ago

OpenSCAD has its uses, but would hardly classify it as full CAD software. Prusa, I believe, used OpenSCAD for a while but they even moved to Fusion360. FreeCAD would be great if the devs would stop trying to reinvent the wheel in their UI. There is a ton of potential, but it simply isn't where it needs to be yet.

Fusion360 or SolidWorks are very well established in that space and their shitty license models reflect that.

Still, as a free alternative, FreeCAD is where it's at. You just really need to understand if it will suit all of your needs and for me, it doesn't.

[โ€“] [email protected] 2 points 10 months ago

Yeah, it's quite bad as well. I'm using Fusion360 now.

[โ€“] [email protected] 3 points 10 months ago (1 children)

I've made some great and somewhat complex designs using freecad, it's certainly capable.

I eventually switched to fusion 360 because of the UI and it's more easy to find help. And less need to find help

[โ€“] [email protected] 2 points 10 months ago

Yep, that's my experience as well. It works, but man... You're just wasting time fighting the app instead of designing your models.

[โ€“] [email protected] -1 points 10 months ago (2 children)

For that you can also use Blender

[โ€“] [email protected] 2 points 10 months ago

Not really. Blender is NOT a CAD. It doesn't ensure that your bodies are solid, it doesn't provide any analysis tools, it doesn't support working with blueprints/sketches, it's not parametric, etc. Basically, it doesn't do anything CAD at all.

[โ€“] [email protected] 1 points 10 months ago

Yeah, it's a great tool for the job. Not as good as Zbrush, but I used it for print prep several times and it just has all the tools you might need.

[โ€“] [email protected] 9 points 10 months ago (4 children)

I wonder, what makes a good CAD system?

I had this idea for a while to build a Frankenstein monster of a 3D software that uses real time graphics and has a multi step build process covering CAD, wireframe manipulation and voxel workflows. If I ever actually make it, your concerns will be heard despite being probably not the best softwsre to do your work in :)

[โ€“] [email protected] 26 points 10 months ago

CAD system must be reliable. It is simply unacceptable to have math issues which cause unpredictable geometries.

CAD system should have a good UI. This is a big issue for open source software in general as UI and UX is usually an afterthought.

CAD system should be fast and use hardware acceleration. Running single threaded python scripts on CPU to do complex computations kills the productivity. Designing real life objects is already a mentally taxing task, the whole purpose of CAD is to remove the computational bottleneck of a human.

CAD should be object aware. If I draw two gears and put them next to each other, I should be able to rotate one and see the other moving accordingly.

This is a bare minimum, I'm not even talking about computational modelling, stress testing, etc.

[โ€“] [email protected] 10 points 10 months ago

Proper math and an intuitive interface, the opensource alternatives really struggle with some basic functions

[โ€“] [email protected] 8 points 10 months ago

Modern day, proper parametric modeling with robust and intuitive constraints.

[โ€“] [email protected] 1 points 10 months ago

That is a question too hard to answer in a comment and one that depends on the use case of the software. Few users need the power and features of CATIA or NX, but those who need it can't accept anything lesser. SolidWorks is a good spot in terms of flexibility and features if it could be easier for the average person to use. You need proper accurate parametric modeling (e.g. a NURBS kernel) for solid models and surfacing. Hearing things like wireframe and voxel indicates it isn't suitable to me.

[โ€“] [email protected] 3 points 10 months ago (1 children)

I got a maker sub to solidworks. I couldn't keep up with 360's oddities and feature changes.

[โ€“] [email protected] 3 points 10 months ago (1 children)
[โ€“] [email protected] 3 points 10 months ago (1 children)

Once you get the basics down it's pretty much all transferable. There are some minor workflow changes, but the functionality isn't all too different.

[โ€“] [email protected] 1 points 10 months ago

Ok, good to know!

[โ€“] [email protected] 1 points 10 months ago (1 children)
[โ€“] [email protected] 1 points 10 months ago

Blender is not CAD.