-
Notifications
You must be signed in to change notification settings - Fork 43
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
Export splitting layers on multiple files (useful for SVG and OpenSCAD) #154
Comments
This issue is related to a discussion (in italian) here: https://sourceforge.net/p/fidocadj/discussion/997486/thread/a2c3e11ab5/?limit=25#3800 Exporting layers as sequential SVGs should be easy to do. |
I decided that it would be interesting to allow to separate layers into different files for all vector formats. |
I think I will implement an export option for that in the command line.
|
Hi Davide, |
…ll not active). Checked code style with checkstyle and corrected some details.
…ced some elements are sometimes missing in the files, though, this should be fixed.
…w be correct (i.e. the size of the whole drawing). This should complete implementation of issue #154.
Implementation of this feature request should now be complete. I close it, please reopen if problems are found in versions >= 0.24.8 beta |
I propose to export selected layers as sequential SVGs (one SVG-per-Layer) and add to FidoCAD a dialog window for helping the user in the creation of an OpenSCAD script for 3D extrusion of vectors.
In this manner you can use the power of FidoCADJ in the creation of stacked layers of 2D vectors and the powerful functions of OpenSCAD in the reconstructions of 3D objects.
3D objects can be obtained by importSVG-extrusion-offset of vector layers but also by using OpenSCAD boolean operators for subtracting extruded layers (at the same offset level).
The obtained 3D objects can be exported as STL and eventually printed.
The text was updated successfully, but these errors were encountered: