mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 20:25:20 +00:00
Refactoring: keep height in Flow object and calculate spacing on demand
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user