diff --git a/mutators.scad b/mutators.scad index 1c74e32..d5d7db1 100644 --- a/mutators.scad +++ b/mutators.scad @@ -432,7 +432,7 @@ module path_extrude(path, convexity=10, clipsize=100) { // Module: minkowski_difference() // Synopsis: Removes diff shapes from base shape surface. // Topics: Mutators -// See Also: Offset3d() +// See Also: offset3d() // Usage: // minkowski_difference() { BASE; DIFF1; DIFF2; ... } // Description: diff --git a/shapes3d.scad b/shapes3d.scad index 93cca60..53eb003 100644 --- a/shapes3d.scad +++ b/shapes3d.scad @@ -1087,7 +1087,6 @@ function rect_tube( // Synopsis: Creates a 3d triangular wedge, or returns a vnf. // Topics: Shapes (3D), Attachable, VNF Generators // See also: prismoid(), rounded_prism(), pie_slice() -// // Usage: As Module // wedge(size, [center], ...) [ATTACHMENTS]; // Usage: As Function