mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -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
|
@ -7,6 +7,9 @@ extends 'Slic3r::Polyline';
|
|||
# expressed in layers
|
||||
has 'depth_layers' => (is => 'ro', default => sub {1});
|
||||
|
||||
# multiplier for the flow rate
|
||||
has 'flow_ratio' => (is => 'rw');
|
||||
|
||||
# perimeter/fill/solid-fill/bridge/skirt
|
||||
has 'role' => (is => 'ro', required => 1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue