mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-30 12:11:15 -06:00
Connect infill segments and adjust spacing and flow rate to fill the area completely without leaving gaps. #89
This commit is contained in:
parent
4fe340cc56
commit
0aff5fab24
7 changed files with 56 additions and 14 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue