-
Notifications
You must be signed in to change notification settings - Fork 299
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
How to export parts to SVG? #360
Comments
Right, I have installed CQ in FreeCAD and can use all FreeCAD export features. Besides, thought it is off topic, I need to print 1:1 big pieces plans on polyester (>A0). For this purpose, I hire a professional printing service. They have 900mm or 594mm large polyester rolls, so in practice, there is no limit for the length, which is what I need for 3 meters long pieces. I am new to FreeCAD. I could see that to get 2D plans from a 3D model, I have to use the Drawing module. But the biggest it proposes is A0, requiring for my use case 3 pages, which is not desirable. In addition, the printing service company requires pdf only. So:
|
The following sequence: {FreeCAD → CQ → module Drawing A0 → Export SVG flattened → LibreOffice Draw or InkScape → Export pdf} works perfectly. If I reopen the pdf under InkScape and measure, it is equal exactly to the original parameters Now I wonder if there is a smart process to automitize the export of tens of parts and to optimize their position on the 2D plan to have has less has possible of losses. |
@lalebarde FreeCAD has Python scripting capability to automate some things. You can mix FreeCAD scripting with CadQuery scripting in our workbench. |
Note that this way you'll be tied to CQ1. There is BTW: you might be looking for nesting, e.g.: https://github.com/Jack000/SVGnest |
Hi Adam & Jeremy, thank you for your help. I could build a TechView template and use it. SVGnest is awesome and will be very usefull for me. I will also overlap several pieces. |
You can use the DXF export feature for exporting of 2D sections intended for CNC work (introduced by #415). |
Hi,
I found this function in the documentation:
I have tested with this simple example:
If I import the face in say QCAD, I get:
and for the solid:
There is only a useless 3D view. How can I export my design? I need to print plans for the faces.
The text was updated successfully, but these errors were encountered: