Rostock plywood SCAD dxf
4
Likes
410
Downloads
1232
Views
Published on September 14, 2012
Description
I did some simple changes to the code so you can now choose to export a 2D dxf file directly from the SCAD source. Also know as the proper method. ;)
Instructions
Set "generate_dxf = true;" if you want dxf output. Set it to false if you want 3D view.
You must be logged in to post a comment.


Awesome! Glad my hacky method provided the encouragement for someone to do this the right way. :)
Happy to help! :) The DXF from OpenSCAD does look a bit sketchy though, and it doesn't render properly on thingiverse, but I hope it's possible to use it.
It's really quite simple, if you know the basics. You can see in the code what I did was just to change cube() for square(), cylinder() for circle() and do a linear_extrude() of the 2D shape. It's still a bit of a hack though.