Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Simple way to make hems #302

Open
pierreporte opened this issue Mar 1, 2024 · 4 comments
Open

Feature: Simple way to make hems #302

pierreporte opened this issue Mar 1, 2024 · 4 comments
Labels

Comments

@pierreporte
Copy link

Hems are often used in sheet metal. There are several kinds of hem (see picture below). Most of them can be done using SMMakeWall and maths to compute the right parameters. The rolled hem isn’t possible right now because it needs the leg length to be zero.

Commands for hem can inherit SMMakeWall and do some calculations to determine the bend radius and leg length. Here is a document with all the formulas: sheetmetal hems.pdf. I have not described the rope hem because it needs two flanges so it is a more complex object.

image

@shaise shaise added the feature label Mar 2, 2024
@pierreporte
Copy link
Author

The following page gives some potential defaults for this feature: https://xometry.eu/en/design-tips-sheet-metal-bending/

image

image

@pierreporte
Copy link
Author

I tried to find my way in the code to see if I could do something but I am not a programmer (I just know some Python). Is there some documentation that explains how the workbench works internally?

@shaise
Copy link
Owner

shaise commented Mar 17, 2024

I'm true;y sorry, no document like that. This WB started as a simple addon I made to myself, but then many other programmers contributed to it. So there is no design doc to the code. I do think this feature can be nice, I might go for it once I have time

@pierreporte
Copy link
Author

I’ll try to implement this once PR #335 is merge.

@luzpaz luzpaz changed the title No easy way to make hems Feature: Simple way to make hems Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants