Merge branch 'master' of github.com:revarbat/BOSL2

This commit is contained in:
Revar Desmera
2019-08-29 18:01:05 -07:00
3 changed files with 59 additions and 24 deletions

View File

@@ -1026,7 +1026,7 @@ function _good_segments(path, d, shiftsegs, closed, quality) =
) [
for (i=[0:len(shiftsegs)-1])
(i>maxind)? true :
_segment_good(path,pathseg_unit,pathseg_len, d - 1e-4, shiftsegs[i], alpha)
_segment_good(path,pathseg_unit,pathseg_len, d - 1e-7, shiftsegs[i], alpha)
];