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/Extruder.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/Extruder.pm')
-rw-r--r--lib/Slic3r/Extruder.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Slic3r/Extruder.pm b/lib/Slic3r/Extruder.pm
index a550a83b7..d4910dd48 100644
--- a/lib/Slic3r/Extruder.pm
+++ b/lib/Slic3r/Extruder.pm
@@ -117,6 +117,7 @@ sub extrude {
* (($Slic3r::nozzle_diameter**2) / ($Slic3r::filament_diameter ** 2))
* $Slic3r::flow_speed_ratio
* $self->flow_ratio
+ * ($path->flow_ratio || 1)
* $Slic3r::extrusion_multiplier
* $path->depth_layers;