Bugfixes for rounding examples.

This commit is contained in:
Revar Desmera 2020-06-18 19:21:55 -07:00
parent 315f7eb208
commit fe4927cfb6
2 changed files with 3 additions and 3 deletions

View file

@ -131,7 +131,7 @@ include <structs.scad>
// polygon(round_corners(shape, method="chamfer", cut=1)); // polygon(round_corners(shape, method="chamfer", cut=1));
// color("red") down(.1) polygon(shape); // color("red") down(.1) polygon(shape);
// Example(Med3D): 3D printing test pieces to display different curvature shapes. You can see the discontinuity in the curvature on the "C" piece in the rendered image. // Example(Med3D): 3D printing test pieces to display different curvature shapes. You can see the discontinuity in the curvature on the "C" piece in the rendered image.
// include<skin.scad> // include <BOSL2/skin.scad>
// ten = square(50); // ten = square(50);
// cut = 5; // cut = 5;
// linear_extrude(height=14) { // linear_extrude(height=14) {
@ -182,7 +182,7 @@ include <structs.scad>
// path_sweep(regular_ngon(n=36,or=.1),round_corners(list2,closed=false, method="circle", cut = 0.75)); // path_sweep(regular_ngon(n=36,or=.1),round_corners(list2,closed=false, method="circle", cut = 0.75));
// Example(FlatSpin): Rounding a spiral with increased rounding along the length // Example(FlatSpin): Rounding a spiral with increased rounding along the length
// // Construct a square spiral path in 3D // // Construct a square spiral path in 3D
// include<skin.scad> // include <BOSL2/skin.scad>
// $fn=36; // $fn=36;
// square = [[0,0],[1,0],[1,1],[0,1]]; // square = [[0,0],[1,0],[1,1],[0,1]];
// spiral = flatten(repeat(concat(square,reverse(square)),5)); // Squares repeat 10 times, forward and backward // spiral = flatten(repeat(concat(square,reverse(square)),5)); // Squares repeat 10 times, forward and backward

View file

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