From 57320e443599763cefb5191f3ef35845c69c4cba Mon Sep 17 00:00:00 2001 From: Garth Minette Date: Wed, 20 Jul 2022 23:14:06 -0700 Subject: [PATCH] Disable texturing taper for intrinsicly closed region paths. --- skin.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin.scad b/skin.scad index 72d9a23..b6b9ff6 100644 --- a/skin.scad +++ b/skin.scad @@ -3066,7 +3066,7 @@ function textured_revolution( is_vector(tex_size,2) ? max(1,round(angle/360*circumf/tex_size.x)) : ceil(6*angle/360*circumf/h), - taper_lup = is_undef(taper)? [[-1,1],[2,1]] : + taper_lup = closed || is_undef(taper)? [[-1,1],[2,1]] : [[-1,0], [0,0], [taper/100+EPSILON,1], [1-taper/100-EPSILON,1], [1,0], [2,0]], full_vnf = vnf_join([ for (rgn = regions) let(