mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 13:42:40 -07: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