mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
More work for refactoring Flow/Extruder
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user