Skip to content

Commit 7c75b2a

Browse files
authored
Merge pull request SolidCode#9 from achiestdragon/patch-1
Update shapes.scad
2 parents b1adc78 + 4fc20d7 commit 7c75b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shapes.scad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
// 3D Shapes
1313
//box(width, height, depth);
14-
//roundedBox(width, height, depth, factor);
14+
//roundedBox(width, height, depth, radius);
1515
//cone(height, radius);
1616
//ellipticalCylinder(width, height, depth);
1717
//ellipsoid(width, height);

0 commit comments

Comments
 (0)