From 1ed79d4cac846f5b4b614cac9a039d7960e01aeb Mon Sep 17 00:00:00 2001 From: Alex Matulich Date: Wed, 11 Dec 2024 07:26:11 -0800 Subject: [PATCH] Restored critical line in vnf_tri_array that somehow got removed while cleaning up comments --- vnf.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnf.scad b/vnf.scad index 76669a7..f61de3f 100644 --- a/vnf.scad +++ b/vnf.scad @@ -413,7 +413,7 @@ function _lofttri(p1, p2, i1offset, i2offset, n1, n2, reverse=false, trilist=[], _lofttri(p1, p2, i1offset, i2offset, n1, n2, reverse, concat(trilist, [triangle]), d12=n ? 9e+9 : norm(p2[t]-p1[i]), // distance from p1 to new p2 d21 = t>=n ? 9e+9 : norm(p1[t]-p2[i]), // distance from p2 to new p1