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