OpenSCAD 101: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "*Exporting DXFs - [http://rasterweb.net/raster/2012/07/16/openscad-to-dxf/] :*Note: stock Export DXF does not work for 3D files - they need to be projected first.")
 
No edit summary
Line 1: Line 1:
*Exporting DXFs - [http://rasterweb.net/raster/2012/07/16/openscad-to-dxf/]
*Exporting DXFs - [http://rasterweb.net/raster/2012/07/16/openscad-to-dxf/]
:*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]]

Revision as of 03:05, 25 June 2015

  • 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