From 4aee7133d373cf311e6ccca5ad72cf18c6bfba5f Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Thu, 5 Mar 2020 03:40:47 -0800 Subject: [PATCH] Fixed sweep() example formatting. --- skin.scad | 1 - version.scad | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/skin.scad b/skin.scad index 346b173..0db6fdd 100644 --- a/skin.scad +++ b/skin.scad @@ -806,7 +806,6 @@ function associate_vertices(polygons, split, curpoly=0) = // function drop(t) = 100 * 0.5 * (1 - cos(180 * t)) * sin(180 * t) + 1; // function path(t) = [0, 0, 80 + 80 * cos(180 * t)]; // function rotate(t) = 180 * pow((1 - t), 3); -// // step = 0.01; // path_transforms = [for (t=[0:step:1-step]) translate(path(t)) * zrot(rotate(t)) * scale([drop(t), drop(t), 1])]; // sweep(circle(1, $fn=12), path_transforms); diff --git a/version.scad b/version.scad index 12c72fc..79d7f1e 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,160]; +BOSL_VERSION = [2,0,161]; // Section: BOSL Library Version Functions