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