Thingiverse
Easter Grass
by dthibi
14
Downloads
7
Likes
0
Makes
Easter Grass for your Easter baskets, eggs, etc.
I was just learning OpenSCAD and this was a simple first program:
for ( x = [0:5:150] ) {
translate([x,0,0]) cube([2,150,.2]);
}
Export as STL and done! It is good for testing how level your bed is also.
The egg in the picture is from https://www.thingiverse.com/thing:737632 so I want to give them credit.
I was just learning OpenSCAD and this was a simple first program:
for ( x = [0:5:150] ) {
translate([x,0,0]) cube([2,150,.2]);
}
Export as STL and done! It is good for testing how level your bed is also.
The egg in the picture is from https://www.thingiverse.com/thing:737632 so I want to give them credit.
Sign in to leave a comment
Sign in