mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-30 12:11:15 -06:00
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 = ();
|
@paths = ();
|
||||||
|
|
||||||
my $tolerance = scale epsilon;
|
my $tolerance = 10 * scale epsilon;
|
||||||
my $diagonal_distance = $distance_between_lines * 5;
|
my $diagonal_distance = $distance_between_lines * 5;
|
||||||
my $can_connect = $is_line_pattern
|
my $can_connect = $is_line_pattern
|
||||||
? sub {
|
? sub {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue