Open SCAD
February 23, 2013 01:51PM
I am a newbe and need some advice. During one of my Open SCAD endevors I wanted the creat a gear. I found a tutorial that I thought would lead me to sucess. However, the code that I put in - dxf_linesr_extrude(file="gear.dxf",height=3,convexity=100); - doesn't produce anything but a Parsing error, "Compilation Failed." Arg! confused smiley. The dxf was done in AutoCAD.
Re: Open SCAD
February 23, 2013 02:56PM
Try:
linear_extrude(height=3,convexity=100)
   import("gear.dxf");


[www.hydraraptor.blogspot.com]
Re: Open SCAD
February 23, 2013 04:33PM
Thank you... >grinning smiley<

Edited 1 time(s). Last edit at 02/23/2013 04:34PM by skokie.
Re: Open SCAD
February 23, 2013 05:15PM
If you want to skip the autocad step you can generate gears directly in openscad using my parametric script. [www.thingiverse.com]
Sorry, only registered users may post in this forum.

Click here to login