From 47b803276bd594582e06bbdfba09f75d012297ff Mon Sep 17 00:00:00 2001 From: Garth Minette Date: Wed, 22 Sep 2021 22:41:00 -0700 Subject: [PATCH] Fixed See Also refs for removed jitter function. --- paths.scad | 2 +- shapes2d.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/paths.scad b/paths.scad index 462fa28..93ff11a 100644 --- a/paths.scad +++ b/paths.scad @@ -358,7 +358,7 @@ function subdivide_path(path, N, refine, closed=true, exact=true, method="length // Function: subdivide_long_segments() // Topics: Paths, Path Subdivision -// See Also: subdivide_path(), subdivide_and_slice(), path_add_jitter(), jittered_poly() +// See Also: subdivide_path(), subdivide_and_slice(), jittered_poly() // Usage: // spath = subdivide_long_segments(path, maxlen, [closed=]); // Description: diff --git a/shapes2d.scad b/shapes2d.scad index d99ed29..72d5871 100644 --- a/shapes2d.scad +++ b/shapes2d.scad @@ -848,7 +848,7 @@ function _path_add_jitter(path, dist=1/512, closed=true) = // Module: jittered_poly() // Topics: Extrusions -// See Also: _path_add_jitter(), subdivide_long_segments() +// See Also: subdivide_long_segments() // Usage: // jittered_poly(path, [dist]); // Description: