mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-20 14:21:51 +02:00
Merge branch 'master' of github.com:revarbat/BOSL2
This commit is contained in:
@@ -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)
|
||||
];
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user