mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Lightened vnt_validate polyhedron ghost.
This commit is contained in:
parent
39d44cb709
commit
9257c74236
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,195];
|
BOSL_VERSION = [2,0,196];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
|
2
vnf.scad
2
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue