mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-29 05:43:14 +08:00
Fix crash when exporting SVG with support material. #2188
This commit is contained in:
parent
7531f02cd0
commit
4f2531643a
@ -597,7 +597,7 @@ EOF
|
|||||||
foreach my $expolygon (@current_layer_slices) {
|
foreach my $expolygon (@current_layer_slices) {
|
||||||
my $intersection = intersection_ex(
|
my $intersection = intersection_ex(
|
||||||
[ map @$_, @previous_layer_slices ],
|
[ map @$_, @previous_layer_slices ],
|
||||||
$expolygon,
|
[ @$expolygon ],
|
||||||
);
|
);
|
||||||
@$intersection
|
@$intersection
|
||||||
? push @supported_slices, $expolygon
|
? push @supported_slices, $expolygon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user