From 7cef1f81af410e265cf9e24f478e9d84d5bff7be Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Tue, 19 Nov 2019 18:11:50 -0800 Subject: [PATCH] Tweak subdivide_path() example images. --- paths.scad | 4 ++-- version.scad | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/paths.scad b/paths.scad index e6e358b..9935812 100644 --- a/paths.scad +++ b/paths.scad @@ -731,10 +731,10 @@ function _sum_preserving_round(data, index=0) = // place_copies(mypath)circle(r=.1,$fn=32); // Example(2D): // mypath = subdivide_path(square([8,2],center=true), 12); -// place_copies(mypath)circle(r=.1,$fn=32); +// place_copies(mypath)circle(r=.2,$fn=32); // Example(2D): // mypath = subdivide_path(square([8,2],center=true), 12, method="segment"); -// place_copies(mypath)circle(r=.1,$fn=32); +// place_copies(mypath)circle(r=.2,$fn=32); // Example(2D): // mypath = subdivide_path(square([2,2],center=true), 17, closed=false); // place_copies(mypath)circle(r=.1,$fn=32); diff --git a/version.scad b/version.scad index 6c3df09..00dac3b 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,45]; +BOSL_VERSION = [2,0,46]; // Section: BOSL Library Version Functions