From 6901c02fa909e691acd6279588ebcf80126e6cc1 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Tue, 19 Nov 2019 18:19:11 -0800 Subject: [PATCH] Fixed align_polygon() example. --- geometry.scad | 2 +- version.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/geometry.scad b/geometry.scad index ef62b15..21aad88 100644 --- a/geometry.scad +++ b/geometry.scad @@ -1003,7 +1003,7 @@ function reindex_polygon(reference, poly, return_error=false) = // $fn=32; // pentagon = subdivide_path(pentagon(side=2),60); // hexagon = subdivide_path(hexagon(side=2.7),60); -// color("red")place_copies(scale(1.4,p=align_polygon(pentagon,hexagon,[0:10:359],cp=[1,1])))circle(r=.1); +// color("red") place_copies(scale(1.4,p=align_polygon(pentagon,hexagon,[0:10:359]))) circle(r=.1); // place_copies(concat(pentagon,hexagon))circle(r=.1); function align_polygon(reference, poly, angles, cp) = assert(is_path(reference) && is_path(poly)) diff --git a/version.scad b/version.scad index 00dac3b..9206fe3 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,46]; +BOSL_VERSION = [2,0,47]; // Section: BOSL Library Version Functions