mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
More work for refactoring Flow/Extruder
This commit is contained in:
parent
8ed738d3f7
commit
a2cbb261cb
10 changed files with 48 additions and 21 deletions
|
@ -168,7 +168,9 @@ sub make_fill {
|
|||
);
|
||||
next unless @polylines;
|
||||
|
||||
my $mm3_per_mm = $params->{flow}->mm3_per_mm($surface->thickness);
|
||||
my $h = $surface->thickness;
|
||||
$h = $layerm->height if $h == -1;
|
||||
my $mm3_per_mm = $params->{flow}->mm3_per_mm($h);
|
||||
|
||||
# save into layer
|
||||
push @fills, my $collection = Slic3r::ExtrusionPath::Collection->new;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue