From c0086bf830b4a4ad94d6fc1b165454031c944913 Mon Sep 17 00:00:00 2001 From: Alex Matulich Date: Sun, 29 Dec 2024 21:59:48 -0800 Subject: [PATCH] removed link to curvy_path in shapes2d.scad because it hasn't been processed in rounding.scad yet --- shapes2d.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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