mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-05 17:17:06 +02: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