From d1a78703857ebddcf33cc88f5eef138556da1e91 Mon Sep 17 00:00:00 2001 From: Dennis Skinner <1518323+Skinner927@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:11:20 -0500 Subject: [PATCH] Update link to linear_sweep --- attachments.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachments.scad b/attachments.scad index c3f1a45..091441f 100644 --- a/attachments.scad +++ b/attachments.scad @@ -1155,7 +1155,7 @@ module tag_this(tag) // - `polygon()` // - `projection()` // - `polyhedron()` (or use [`vnf_polyhedron()`](vnf.scad#vnf_polyhedron)) -// - `linear_extrude()` (or use [`linear_sweep()`](regions.scad#linear_sweep)) +// - `linear_extrude()` (or use [`linear_sweep()`](skin.scad#functionmodule-linear_sweep)) // - `rotate_extrude()` // - `surface()` // - `import()`