From f5803a696a698b655f9023ed4091b990bb94a0f9 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Fri, 31 Jan 2020 23:32:34 -0800 Subject: [PATCH] Fixed spelling of Asymmetric --- beziers.scad | 2 +- version.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/beziers.scad b/beziers.scad index 27c94ef0..5b0519dd 100644 --- a/beziers.scad +++ b/beziers.scad @@ -716,7 +716,7 @@ function is_patch(x) = is_tripatch(x) || is_rectpatch(x); // vnf5 = bezier_patch(vnf=vnf4, rot(a=[0,90,0],p=translate(p=patch,[-50,-50,50]))); // vnf6 = bezier_patch(vnf=vnf5, rot(a=[0,-90,0],p=translate(p=patch,[-50,-50,50]))); // vnf_polyhedron(vnf6); -// Example(3D): Chaining Patches with Assymmetric Splinesteps +// Example(3D): Chaining Patches with Asymmetric Splinesteps // steps = 8; // edge_patch = [ // [[-60, 0,-40], [0, 0,-40], [60, 0,-40]], diff --git a/version.scad b/version.scad index 9050f8ec..227f043f 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,113]; +BOSL_VERSION = [2,0,114]; // Section: BOSL Library Version Functions