From 9d78a67c64b8516a65e1a81041cc6529b2fe3a75 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Mon, 11 Nov 2019 23:45:58 -0800 Subject: [PATCH] Remove spin from edges() figure1. --- edges.scad | 2 +- version.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/edges.scad b/edges.scad index 448ce6a..5f69ad2 100644 --- a/edges.scad +++ b/edges.scad @@ -116,7 +116,7 @@ function normalize_edges(v) = [for (ax=v) [for (edge=ax) edge>0? 1 : 0]]; // [X-Y-, X+Y-, X-Y+, X+Y+] // ] // ``` -// Figure(3DMedSpin): Face Vector Edge Sets +// Figure(3DBig): Face Vector Edge Sets // module text3d(txt) { // xrot(90) // color("#000") diff --git a/version.scad b/version.scad index df8689b..cecca7e 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,31]; +BOSL_VERSION = [2,0,32]; // Section: BOSL Library Version Functions