From 59202d053ab02a9894a3a818264e56cc603f9cc5 Mon Sep 17 00:00:00 2001 From: Alex Matulich Date: Sun, 29 Jun 2025 18:57:23 -0700 Subject: [PATCH] Removed extraneous 'See Also` --- paths.scad | 1 - 1 file changed, 1 deletion(-) diff --git a/paths.scad b/paths.scad index d00486aa..ecaf5482 100644 --- a/paths.scad +++ b/paths.scad @@ -569,7 +569,6 @@ function resample_path(path, n, spacing, keep_corners, closed=true) = // Synopsis: Removes points from an irregular path, preserving dominant features. // SynTags: Path // Topics: Paths -// See Also: // Usage: // newpath = reduce_path(path, maxerr, [closed=]); // Description: