this post was submitted on 23 Apr 2025
61 points (96.9% liked)

Open Source

36307 readers
1 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 6 days ago (5 children)

Things like this I am always like wow that’s neat. Then I look at it more and I am like so did they not know that parametric CAD already exists. This could have been made in freeCAD for instance. Or if they still wanted the “programming” aesthetic it could have been done in openSCAD.

Then at least it can be saved and distributed in common CAD formats. And then the final design can generate the BOM and the 2d drawings.

[–] [email protected] 5 points 6 days ago (1 children)

You kind of go over why CAD is good, but can you explain more, for laymen like myself?

[–] [email protected] 2 points 6 days ago (1 children)

CAD software is made for situations like this.

Say you design a bench like they show in their example, that bench has defined dimensions length, height, depth as an example.

Then other dimensions would be considered constants, say for instance the size and spacing of the boards (slates) that are used for the seat of the bench.

These dimensions and their relationships are saved in the CAD design file.

So say for instance later on we want to make another bench with the depth of the bench increased and we want to keep the spacing of the boards consistent and assume we are going to keep the boards the same size. Well we will need to increase the number of boards that are needed for the seat.

But since we set that information up in the original design we can just change the depth dimension and the design will automatically update along with all of the linked components and design files.

Hopefully this makes sense. I will try and answer questions if it’s not clear.

[–] [email protected] 2 points 5 days ago

Yes that does make sense, thanks for that information!

load more comments (3 replies)