mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-29 00:43:15 +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) {
|
||||
my $intersection = intersection_ex(
|
||||
[ map @$_, @previous_layer_slices ],
|
||||
$expolygon,
|
||||
[ @$expolygon ],
|
||||
);
|
||||
@$intersection
|
||||
? push @supported_slices, $expolygon
|
||||
|
Loading…
x
Reference in New Issue
Block a user