From 03a7a2662bb20f092678dc60665dcb8969f43355 Mon Sep 17 00:00:00 2001 From: Alex Matulich Date: Sat, 9 Aug 2025 16:36:09 -0700 Subject: [PATCH] removed vnf_merge from vnf_tri_array for speed improvement --- vnf.scad | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vnf.scad b/vnf.scad index b4d81f06..8b14fa8f 100644 --- a/vnf.scad +++ b/vnf.scad @@ -622,9 +622,8 @@ function vnf_tri_array( if (caplast) if (reverse) [ for(i=[pcumlen[plen]-1-addcol:-1:pcumlen[plen-1]]) i ] else [ for(i=[pcumlen[plen-1]:pcumlen[plen]-1-addcol]) i ] - ], - vnf = [flatten(st), faces] - ) col_wrap ? vnf_merge_points(vnf) : vnf; + ] + ) [flatten(st), faces]; /* Recursively triangulate between two 3D paths (which can be different