mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 08:49:06 +08:00
Fixed regression causing infill lines not being always connected near perimeters
This commit is contained in:
parent
8fcf24a766
commit
be8970b497
@ -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…
x
Reference in New Issue
Block a user