From fe4927cfb6d5d2270bc863d51ad55296d08f6d37 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Thu, 18 Jun 2020 19:21:55 -0700 Subject: [PATCH] Bugfixes for rounding examples. --- rounding.scad | 4 ++-- version.scad | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rounding.scad b/rounding.scad index bbc387c..2147fec 100644 --- a/rounding.scad +++ b/rounding.scad @@ -131,7 +131,7 @@ include // polygon(round_corners(shape, method="chamfer", cut=1)); // 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. -// include +// include // ten = square(50); // cut = 5; // linear_extrude(height=14) { @@ -182,7 +182,7 @@ include // 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 // // Construct a square spiral path in 3D -// include +// include // $fn=36; // square = [[0,0],[1,0],[1,1],[0,1]]; // spiral = flatten(repeat(concat(square,reverse(square)),5)); // Squares repeat 10 times, forward and backward diff --git a/version.scad b/version.scad index e4f3271..7af104c 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,340]; +BOSL_VERSION = [2,0,341]; // Section: BOSL Library Version Functions