mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-07 06:12:59 -04:00
Poor overlap between perimeters and infill
This commit is contained in:
parent
a0ebee2ca3
commit
0e23f20df1
@ -32,7 +32,7 @@ sub fill_surface {
|
||||
$flow_spacing = unscale $distance_between_lines;
|
||||
}
|
||||
|
||||
my $overlap_distance = $Slic3r::nozzle_diameter * 0.20;
|
||||
my $overlap_distance = scale $Slic3r::flow_width * 0.2;
|
||||
|
||||
my @paths = ();
|
||||
my $x = $bounding_box->[X1];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user