mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
change err msg
This commit is contained in:
parent
a6de7ee975
commit
c61a2d6fcb
1 changed files with 1 additions and 1 deletions
2
vnf.scad
2
vnf.scad
|
@ -1255,7 +1255,7 @@ module vnf_debug(vnf, faces=true, vertices=true, opacity=0.5, size=1, convexity=
|
|||
// ], slices=0, caps=false);
|
||||
// vnf_validate(vnf,size=2);
|
||||
function vnf_validate(vnf, show_warns=true, check_isects=false) =
|
||||
assert(is_path(vnf[0]))
|
||||
assert(is_vnf(vnf), "Invalid VNF")
|
||||
let(
|
||||
vnf = vnf_merge(vnf, cleanup=true),
|
||||
varr = vnf[0],
|
||||
|
|
Loading…
Reference in a new issue