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