diff --git a/shapes3d.scad b/shapes3d.scad index f6e7f271..9d2243e2 100644 --- a/shapes3d.scad +++ b/shapes3d.scad @@ -93,7 +93,7 @@ function cube(size=1, center, anchor, spin=0, orient=UP) = // Module: cuboid() // Synopsis: Creates a cube with chamfering and roundovers. // SynTags: Geom -// Topics: Shapes (3D), Attachable, VNF Generators +// Topics: Shapes (3D), Attachable // See Also: prismoid(), rounded_prism() // Usage: Standard Cubes // cuboid(size, [anchor=], [spin=], [orient=]);