mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
Fixed regression causing infill lines not being always connected near perimeters
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user