From 4fc20d7b7e7bcfe1c2ade337b5aaac01e0f51ddf Mon Sep 17 00:00:00 2001 From: david Date: Thu, 20 Jun 2013 23:17:40 +0200 Subject: [PATCH] Update shapes.scad --- shapes.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapes.scad b/shapes.scad index 84b1810..51ea76f 100644 --- a/shapes.scad +++ b/shapes.scad @@ -11,7 +11,7 @@ // 3D Shapes //box(width, height, depth); -//roundedBox(width, height, depth, factor); +//roundedBox(width, height, depth, radius); //cone(height, radius); //ellipticalCylinder(width, height, depth); //ellipsoid(width, height);