mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 21:21:10 -06:00
Bugfix: fatal error when combining infills. #96
This commit is contained in:
parent
9f6be233f8
commit
525855dc7d
1 changed files with 2 additions and 2 deletions
|
|
@ -396,7 +396,7 @@ sub infill_every_layers {
|
||||||
map $_->p, grep $_->surface_type eq 'internal' && $_->depth_layers == $depth,
|
map $_->p, grep $_->surface_type eq 'internal' && $_->depth_layers == $depth,
|
||||||
@{$layer->fill_surfaces},
|
@{$layer->fill_surfaces},
|
||||||
],
|
],
|
||||||
$intersection,
|
[ map @$_, @$intersection ],
|
||||||
1,
|
1,
|
||||||
)};
|
)};
|
||||||
}
|
}
|
||||||
|
|
@ -418,7 +418,7 @@ sub infill_every_layers {
|
||||||
map $_->p, grep $_->surface_type eq 'internal' && $_->depth_layers == $depth,
|
map $_->p, grep $_->surface_type eq 'internal' && $_->depth_layers == $depth,
|
||||||
@{$lower_layer->fill_surfaces},
|
@{$lower_layer->fill_surfaces},
|
||||||
],
|
],
|
||||||
$intersection,
|
[ map @$_, @$intersection ],
|
||||||
1,
|
1,
|
||||||
)};
|
)};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue