From 09f0351d22baaa43cf12d9f21cf3e6e1151ce402 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Sun, 26 May 2019 23:43:15 -0700 Subject: [PATCH] Removed references to path2d_regular_ngon() --- paths.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paths.scad b/paths.scad index f5a4e7e..a5c81f5 100644 --- a/paths.scad +++ b/paths.scad @@ -409,8 +409,8 @@ module trace_polyline(pline, N=1, showpts=false, size=1, color="yellow") { // Example(Big2D): // debug_polygon( // points=concat( -// path2d_regular_ngon(r=10, n=8), -// path2d_regular_ngon(r=8, n=8) +// regular_ngon(r=10, n=8), +// regular_ngon(r=8, n=8) // ), // paths=[ // [for (i=[0:7]) i],