Fixed regression causing infill lines not being always connected near perimeters
This commit is contained in:
parent
8fcf24a766
commit
be8970b497
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ sub fill_surface {
|
|||
);
|
||||
@paths = ();
|
||||
|
||||
my $tolerance = scale epsilon;
|
||||
my $tolerance = 10 * scale epsilon;
|
||||
my $diagonal_distance = $distance_between_lines * 5;
|
||||
my $can_connect = $is_line_pattern
|
||||
? sub {
|
||||
|
|
Loading…
Reference in a new issue