mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Merge branch 'master' into newslice
This commit is contained in:
commit
86c4f5c5b0
4 changed files with 19 additions and 11 deletions
|
@ -738,8 +738,8 @@ sub combine_infill {
|
|||
my @layerms = map $self->layers->[$_]->regions->[$region_id],
|
||||
($layer_id - ($combine[$layer_id]-1) .. $layer_id);
|
||||
|
||||
# process internal and internal-solid infill separately
|
||||
for my $type (S_TYPE_INTERNAL, S_TYPE_INTERNALSOLID) {
|
||||
# only combine internal infill
|
||||
for my $type (S_TYPE_INTERNAL) {
|
||||
# we need to perform a multi-layer intersection, so let's split it in pairs
|
||||
|
||||
# initialize the intersection with the candidates of the lowest layer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue