Hey! This thing is still a Work in Progress. Files, instructions, and other stuff might change!

My First Experiment with OpenSCAD

60
Downloads
389
Views
Published on December 30, 2012

Description

My First Experiment with OpenSCAD.

Instructions

No instructions provided.
Tags
This Thing has no tags.
Report as inappropriate

You must be logged in to post a comment.

I couldn't resist the challenge... here's how to do it in one line:

for (i=[0:1]) for (j=[0:1]) rotate([0,90*i,90*j]) cylinder(r=5, h=40, center=true);

I'm sure it's not the most succinct, but it does create the same object. :)

Nice, that is way past my OpenSCAD. Besides, I have been using https://github.com/SolidCode/S...

FYI, you don't need the translate commands for this model if you put 'center = true' as an argument for the cylinders.

Thanks for the tip. That will be super helpful.

Remixes

Liked by

Give a Shout Out

If you print this Thing and display it in public proudly give attribution by printing and displaying this tag.

More from Math Art