From e336cc14e49b5a8457c691ffa504ebfe7741e05b Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 14 May 2022 17:47:48 +0800 Subject: [PATCH] clean code --- src/surface/sf_thickenT.scad | 1 - 1 file changed, 1 deletion(-) diff --git a/src/surface/sf_thickenT.scad b/src/surface/sf_thickenT.scad index d7a7cde4..6f683be7 100644 --- a/src/surface/sf_thickenT.scad +++ b/src/surface/sf_thickenT.scad @@ -21,7 +21,6 @@ module sf_thickenT(points, thickness, triangles = undef, direction = "BOTH", con real_triangles = is_undef(triangles) ? tri_delaunay([for(p = points) __to2d(p)]) : triangles; leng_pts = len(points); - range = [0:leng_pts - 1]; conn_indices_tris = [for(tri = real_triangles, i = tri) [i, tri]]; if(is_list(direction)) {