DXF Export in FreeCAD: Difference between revisions
(Undo revision 204910 by Aidan Williamson (talk) '''content was already on page''') |
No edit summary |
||
Line 1: | Line 1: | ||
=FreeCAD 0.18 and up= | |||
The issue with the draft-> Shape2DView is that it doesn't produce good circles. I get 13-gons. The CNC machine can do better than the crude approximation the draft workbench gives. | |||
[[User:Aidan Williamson|Aidan Williamson]] ([[User talk:Aidan Williamson|talk]]) 01:43, 8 December 2019 (UTC) | |||
=Roberto Video= | =Roberto Video= | ||
{{YoutubePopup|3l_AytmBKl8|big}} | {{YoutubePopup|3l_AytmBKl8|big}} |
Revision as of 01:43, 8 December 2019
FreeCAD 0.18 and up
The issue with the draft-> Shape2DView is that it doesn't produce good circles. I get 13-gons. The CNC machine can do better than the crude approximation the draft workbench gives. Aidan Williamson (talk) 01:43, 8 December 2019 (UTC)
Roberto Video
http://img.youtube.com/vi/3l_AytmBKl8/0.jpg
FreeCAD v0.16 and earlier
From Abe Anderson
FreeCAD DXF
To clarify further on the DXF import/export library I had trouble with the plugin so I disabled the automatic one in preferences for FreeCAD v0.16 and I used v1.39 available here https://github.com/yorikvanhavre/Draft-dxf-importer
the instruction say to put the files it into the .Freecad folder not in a subfolder.
restart freecad if needed.
load your part and select it.
Then click File--> Export...
set Files of type: Autodesk DXF (*.dxf)
and save.
From Roberto Log
Sun Jul 30, 2017
I think I've discovered how to get the right DXF files for cutting. First I took these DXF files as an example: File:Trencherdxfs.zip. So, what we need is a 2D drawing for the face to be cut, with DXF format.
These are the steps:
- Follow Abe's procedure: DXF_Export_in_FreeCAD (I'd add that to see the DXF options, I had to go to Draft Workbench before). But do not export yet.
- Open the FreeCAD file to export.
- Go to Draft Workbench.
- Select the object to export.
- Select a standard view (keys 1-6), which shows the face to be cut.
- Go to Draft menu-> Shape 2D view.
- Select the new object Shape2DView and check it's ok.
- Export as Autodesk DXF(*.dxf).
- Open the DXF file in LibreCAD and check it's ok.
File:CEB Press Drawer Side.dxf This is what I got.