diff --git a/shapes2d.scad b/shapes2d.scad index ce4ffd7..4823c5e 100644 --- a/shapes2d.scad +++ b/shapes2d.scad @@ -1752,7 +1752,7 @@ module glued_circles(r, spread=10, tangent=30, d, anchor=CENTER, spin=0) { // Synopsis: Creates a shape between a circle and a square. // SynTags: Geom, Path // Topics: Shapes (2D), Paths (2D), Path Generators, Attachable -// See Also: circle(), square(), rect(), ellipse(), supershape(), curvy_path() +// See Also: circle(), square(), rect(), ellipse(), supershape() // Usage: As Module // squircle(size, [sharpness], [style=]) [ATTACHMENTS]; // Usage: As Function