From c52101e0a0d794117c2eea34731c1c8944097728 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Tue, 17 Mar 2020 01:14:26 -0700 Subject: [PATCH] Removed debug echo from skin() --- skin.scad | 1 - version.scad | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/skin.scad b/skin.scad index ee1c121..60eeda9 100644 --- a/skin.scad +++ b/skin.scad @@ -691,7 +691,6 @@ function _skin_tangent_match(poly1, poly2) = small = swap ? poly2 : poly1, curve_offset = centroid(small)-centroid(big), cutpts = [for(i=[0:len(small)-1]) _find_one_tangent(big, select(small,i,i+1),curve_offset=curve_offset)], - d=echo(cutpts = cutpts), shift = select(cutpts,-1)+1, newbig = polygon_shift(big, shift), repeat_counts = [for(i=[0:len(small)-1]) posmod(cutpts[i]-select(cutpts,i-1),len(big))], diff --git a/version.scad b/version.scad index 960c71b..7888e7a 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,198]; +BOSL_VERSION = [2,0,199]; // Section: BOSL Library Version Functions