mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Removed debug echo from skin()
This commit is contained in:
parent
3ac23e15e6
commit
c52101e0a0
2 changed files with 1 additions and 2 deletions
|
@ -691,7 +691,6 @@ function _skin_tangent_match(poly1, poly2) =
|
||||||
small = swap ? poly2 : poly1,
|
small = swap ? poly2 : poly1,
|
||||||
curve_offset = centroid(small)-centroid(big),
|
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)],
|
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,
|
shift = select(cutpts,-1)+1,
|
||||||
newbig = polygon_shift(big, shift),
|
newbig = polygon_shift(big, shift),
|
||||||
repeat_counts = [for(i=[0:len(small)-1]) posmod(cutpts[i]-select(cutpts,i-1),len(big))],
|
repeat_counts = [for(i=[0:len(small)-1]) posmod(cutpts[i]-select(cutpts,i-1),len(big))],
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,198];
|
BOSL_VERSION = [2,0,199];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
|
Loading…
Reference in a new issue