From 9257c742364e574d06456711a116de5d88197c08 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Mon, 16 Mar 2020 03:01:07 -0700 Subject: [PATCH] Lightened vnt_validate polyhedron ghost. --- version.scad | 2 +- vnf.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/version.scad b/version.scad index f1301e9..affe347 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,195]; +BOSL_VERSION = [2,0,196]; // Section: BOSL Library Version Functions diff --git a/vnf.scad b/vnf.scad index 5ed8831..3a9f6ad 100644 --- a/vnf.scad +++ b/vnf.scad @@ -531,7 +531,7 @@ module vnf_validate(vnf, size=1) { } } } - color([0.33,0.33,0.33,0.5]) vnf_polyhedron(vnf); + color([0.5,0.5,0.5,0.5]) vnf_polyhedron(vnf); }