-
Notifications
You must be signed in to change notification settings - Fork 140
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
LasercutterSVGExport does not support arrays #113
Comments
CC @chbergmann |
There is a workaround: Select your Array, then go to Part workbench, Menu Part -> Compound -> Explode compound |
Hi luzpaz, hi chbergman, I tried it myself but failed to find out how to check for Array-Type and also failed to use the debugger. It simply ignored my breakpoints... really frustrating. I am willing to contribute but I need some push in right direction :) off-topic: what are the chances to combine this macro with deepnest https://github.com/Jack000/Deepnest? I think the core is written in Python and C++. |
I made a change: The macro checks if there are multiple solids in the selected object and creates an outline for each. This is more generic approach and should work not only for arrays. Deepnest cannot be integrated easily. It has to be installed or compiled on your PC first. |
What about https://wiki.freecadweb.org/Arch_Nest ? |
hi guys, |
@luzpaz This issue can be closed |
@luzpaz The LasercutterSVGExport macro cannot be installed by the addon manager in FreeCAD. why ? |
Hi,
I am currently using LasercutterSVGExport in a project which uses the Array feature from the Draft WB. Unfortunately, this is not supported by this macro.
The macro works with the underlying part so I think using the part and the Object->Count information could do the trick. My freecad-scripting and python knowledge is rather basic/non-existent so I hope could by fixed in the future.
The text was updated successfully, but these errors were encountered: