mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Optimization: cache scaled flow width and spacing
This commit is contained in:
@@ -99,7 +99,7 @@ sub make_fill {
|
||||
|
||||
# add spacing between adjacent surfaces
|
||||
{
|
||||
my $distance = scale $layer->infill_flow->spacing / 2;
|
||||
my $distance = $layer->infill_flow->scaled_spacing / 2;
|
||||
my @offsets = ();
|
||||
foreach my $surface (@surfaces) {
|
||||
my $expolygon = $surface->expolygon;
|
||||
|
||||
Reference in New Issue
Block a user