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: