-
Notifications
You must be signed in to change notification settings - Fork 62
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
Auto generate all cut files from assembly #462
Comments
This is a problematic because you have to select a face for each unfold. therefore it can not be done automatically. |
@alexneufeld any ideas for a workaround on how this could be automated ? |
@GS90 has some form of batch processing of sheetmetal parts in https://github.com/GS90/addFC?tab=readme-ov-file#overview |
@GS90 addFC seam like a really handy tool! My own experience with using a fantastic plugin called dxf exporter to Inventor is that it so easy to use. It will automatically create dxfs for all sheet metal parts when choosing an assembly and it is so fast! It has many really useful features with for example the ability to customize the file names (we use for example material, thickness, drawing number and pos & quantity as the file name, which make the next step for adding my parts for nesting really simple. The tool also have the ability to put custom names on the dwf (we use the drawings number and pos) . The ability to customize layer colors and layer name (also good for the next step of automatically interoperate a layer to for example engraving). It has a lot more useful features that could be interesting for you to see. Thanks for all the good work you guys do! I hope that i can help with inspiring you to keep going and make freecad a top tool! /Andreas |
The correct way to do this is as follows:
Using separate files for each task (and cross-document links) or frozen sub-shape binders will improve your user experience during this process. This is the same workflow you should be using to export CAM jobs, 3d printing models, FEA results, techdraw pages, etc. No complicated macros are required. Just create parametric objects as normal, then run one single line of python code ( The key insight here is to be explicit in what you want to export while building your project, rather than relying on a complex macro system that applies heuristics in order to create export data. The latter approach leads to buggy systems made of spaghetti code. |
We have a unfold script in Inventor that automatically make the unfold based on the largest surface.It orients the part one the largest straight surface. This works very well and we only needs to redefine the a-surface (how it's oriented) one a few occasions which is often when we have a strangely shaped plate when the drawing and the measurement in the part list is mismatched. |
Describe the feature
Export a whole assembly and auto generate all cut files. (This is such a time saver for all manufacturing people)
Instead of making one plate at a time this is a time saver.
Additional context
No response
Would you like to work on this issue?
None
The text was updated successfully, but these errors were encountered: