From a42a80c17a1a240316f322440fef5dee685c842a Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sun, 13 Apr 2025 23:27:38 -0400 Subject: [PATCH] bugfix --- skin.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin.scad b/skin.scad index ced63864..cd0f2811 100644 --- a/skin.scad +++ b/skin.scad @@ -4455,7 +4455,7 @@ function _textured_revolution( slices = list([s : s : 1-s/2]), vnfx = vnf_slice(texture, "X", slices), vnfy = inhibit_y_slicing? vnfx : vnf_slice(vnfx, "Y", slices), - zvnf = vnf_triangulate(vnf_quantize(vnfy),1e-4) + zvnf = vnf_triangulate(vnf_quantize(vnfy,1e-4)) ) zvnf, edge_paths = is_vnf(tile) ? _tile_edge_path_list(tile,1) : undef, bpath = is_def(edge_paths)