Update shapes.scad

This commit is contained in:
david 2013-06-20 23:17:40 +02:00
parent 9a958fd11b
commit 4fc20d7b7e

View file

@ -11,7 +11,7 @@
// 3D Shapes // 3D Shapes
//box(width, height, depth); //box(width, height, depth);
//roundedBox(width, height, depth, factor); //roundedBox(width, height, depth, radius);
//cone(height, radius); //cone(height, radius);
//ellipticalCylinder(width, height, depth); //ellipticalCylinder(width, height, depth);
//ellipsoid(width, height); //ellipsoid(width, height);