Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2011-12-04 19:24:46 +0400
committerAlessandro Ranellucci <aar@cpan.org>2011-12-04 19:24:46 +0400
commit0aff5fab24d2cf2c09388de0e3457c9264bb6085 (patch)
tree2e71afc62e30a5c8a001aa14b9199f02477523d5 /lib/Slic3r/Print.pm
parent4fe340cc56498644776449d816d5196e7e1a17d9 (diff)
Connect infill segments and adjust spacing and flow rate to fill the area completely without leaving gaps. #89
Diffstat (limited to 'lib/Slic3r/Print.pm')
-rw-r--r--lib/Slic3r/Print.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Slic3r/Print.pm b/lib/Slic3r/Print.pm
index 927598e8e..0c9bc4fc9 100644
--- a/lib/Slic3r/Print.pm
+++ b/lib/Slic3r/Print.pm
@@ -272,6 +272,7 @@ sub discover_horizontal_shells {
my $new_internal_solid = intersection_ex(
$surfaces_p,
[ map $_->p, grep $_->surface_type =~ /internal/, @neighbor_surfaces ],
+ undef, 1,
);
next if !@$new_internal_solid;