mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
Refactoring: keep height in Flow object and calculate spacing on demand
This commit is contained in:
parent
9bff6ccde7
commit
8ee11b3239
7 changed files with 86 additions and 73 deletions
|
@ -222,7 +222,7 @@ sub make_fill {
|
|||
);
|
||||
next unless @polylines;
|
||||
|
||||
my $mm3_per_mm = $flow->mm3_per_mm($h);
|
||||
my $mm3_per_mm = $flow->mm3_per_mm;
|
||||
|
||||
# save into layer
|
||||
push @fills, my $collection = Slic3r::ExtrusionPath::Collection->new;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue