Tweak subdivide_path() example images.

This commit is contained in:
Revar Desmera 2019-11-19 18:11:50 -08:00
parent 8f63ce43ad
commit 7cef1f81af
2 changed files with 3 additions and 3 deletions

View File

@ -731,10 +731,10 @@ function _sum_preserving_round(data, index=0) =
// place_copies(mypath)circle(r=.1,$fn=32); // place_copies(mypath)circle(r=.1,$fn=32);
// Example(2D): // Example(2D):
// mypath = subdivide_path(square([8,2],center=true), 12); // 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): // Example(2D):
// mypath = subdivide_path(square([8,2],center=true), 12, method="segment"); // 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): // Example(2D):
// mypath = subdivide_path(square([2,2],center=true), 17, closed=false); // mypath = subdivide_path(square([2,2],center=true), 17, closed=false);
// place_copies(mypath)circle(r=.1,$fn=32); // place_copies(mypath)circle(r=.1,$fn=32);

View File

@ -8,7 +8,7 @@
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,45]; BOSL_VERSION = [2,0,46];
// Section: BOSL Library Version Functions // Section: BOSL Library Version Functions