OpenSCAD 101: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
:*Note: stock Export DXF does not work for 3D files - they need to be projected first. | :*Note: stock Export DXF does not work for 3D files - they need to be projected first. | ||
:*Sample file for exercise in OpenSCAD - the sprocket STL and the .scad file that loads the STL and does a 2D projection. Note that the directory must be correct. [[File:sprocketexample.zip]] | :*Sample file for exercise in OpenSCAD - the sprocket STL and the .scad file that loads the STL and does a 2D projection. Note that the directory must be correct. [[File:sprocketexample.zip]] | ||
:*Note: original srocket was generated using [[Parametric Sprocket Generator]] | :*Note: original srocket was generated using [[Parametric Sprocket Generator]] using sprocket(12,5,7.5,8,0.2); | ||
[[Image:dxfexportex.jpg|400px]] | [[Image:dxfexportex.jpg|400px]] |
Revision as of 03:20, 25 June 2015
Exporting DXFs from 3D Objects
- Exporting DXFs - [1]
- Note: stock Export DXF does not work for 3D files - they need to be projected first.
- Sample file for exercise in OpenSCAD - the sprocket STL and the .scad file that loads the STL and does a 2D projection. Note that the directory must be correct. File:Sprocketexample.zip
- Note: original srocket was generated using Parametric Sprocket Generator using sprocket(12,5,7.5,8,0.2);