mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Bugfix: fatal error when combining infills. #96
This commit is contained in:
@@ -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,
|
||||||
)};
|
)};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user