Loading

sphere thingi

by clifford, published

sphere thingi by clifford Jan 15, 2010

Description

an improved version of random's sphere thingi. I've cleaned up the code to use csg for creating the rings and added colors because random mentioned in his thingis description that the original part had each spehere in a different color.

Recent Comments

view all

Wow, at first I thought it must have come from a different software package. Color is a very nice extra feature to have.
Color, animation, this is really becoming such a powerful design tool!

You might be still running an old version of OpenSCAD. The color() statement is a new feature from the 2010.01 release.

thanks but I opened the file and compiled it but i got an error:
WARNING: Ignoring unknown module 'color'.
removed the color module and it worked.
but how do you get the color to work in openSCAD?
I already looked it up in the user manual and tried it on a cube but it does`t work.

Liked By

view all

Tags

License

Public Domain
sphere thingi by clifford is licensed under the Public Domain license.

Give a Shout Out

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

Comments

You must be logged in to post a comment.

random on Jan 16, 2010 said:

thanks but I opened the file and compiled it but i got an error:
WARNING: Ignoring unknown module 'color'.
removed the color module and it worked.
but how do you get the color to work in openSCAD?
I already looked it up in the user manual and tried it on a cube but it does`t work.

clifford on Jan 16, 2010 said:

You might be still running an old version of OpenSCAD. The color() statement is a new feature from the 2010.01 release.

Top