Replies: 5 comments 5 replies
-
Ezdxf is not a lasercutting library, I don't even know what "bin packing" is. |
Beta Was this translation helpful? Give feedback.
-
This problem is not related to the file format and I don't know if |
Beta Was this translation helpful? Give feedback.
-
I was interested to test this packages but I cannot install any of them, there are not pre-build packages on PyPI. I found another (very basic) solution in pur Python py3dbp which can be installed by I add my code and the test DXF file, maybe it is a starting point for you. It shows how to get the bounding box of DXF entities and how to translate and rotate them from the source to the target location. For more sophisticated solutions look at the disassemble module, which can convert most entities into path-like objects and this path objects can be flattened into polygons as list of vertices. |
Beta Was this translation helpful? Give feedback.
-
Also, this would be helpful for OpenSCAD, when used with lasercut module. It can layout shapes into DXF file, but usually not very compact. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What are ezdxf-based nesting (bin packing) optimizers?
Sorry if question is dumb, I'm very new to lasercutting.
Beta Was this translation helpful? Give feedback.
All reactions