mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 06:29:00 +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 = ();
|
||||
|
||||
my $tolerance = scale epsilon;
|
||||
my $tolerance = 10 * scale epsilon;
|
||||
my $diagonal_distance = $distance_between_lines * 5;
|
||||
my $can_connect = $is_line_pattern
|
||||
? sub {
|
||||
|
Loading…
x
Reference in New Issue
Block a user