1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Some more overlap

This commit is contained in:
Alessandro Ranellucci
2012-01-21 16:35:23 +01:00
parent 7636b67871
commit 63972a3a35
+1 -1
View File
@@ -32,7 +32,7 @@ sub fill_surface {
$flow_spacing = unscale $distance_between_lines;
}
my $overlap_distance = scale $Slic3r::flow_width * 0.2;
my $overlap_distance = scale $Slic3r::flow_width * 0.4;
my @paths = ();
my $x = $bounding_box->[X1];