Fix crash when exporting SVG with support material. #2188
This commit is contained in:
parent
3e2799a4ee
commit
6f3bd72aeb
@ -524,7 +524,7 @@ EOF
|
||||
foreach my $expolygon (@current_layer_slices) {
|
||||
my $intersection = intersection_ex(
|
||||
[ map @$_, @previous_layer_slices ],
|
||||
$expolygon,
|
||||
[ @$expolygon ],
|
||||
);
|
||||
@$intersection
|
||||
? push @supported_slices, $expolygon
|
||||
|
Loading…
Reference in New Issue
Block a user