mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 06:38:58 +08:00
Fix crash with modifier meshes not spanning the entire height of solid meshes
This commit is contained in:
parent
f82a8475a1
commit
f590bbb430
@ -208,6 +208,7 @@ sub slice {
|
||||
for my $layer_id (0..$#$expolygons_by_layer) {
|
||||
my $layerm = $self->get_layer($layer_id)->regions->[$region_id];
|
||||
my $other_layerm = $self->get_layer($layer_id)->regions->[$other_region_id];
|
||||
next if !defined $other_layerm;
|
||||
|
||||
my $other_slices = [ map $_->p, @{$other_layerm->slices} ]; # Polygons
|
||||
my $my_parts = intersection_ex(
|
||||
|
Loading…
x
Reference in New Issue
Block a user