mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 04:59:01 +08:00
Fixed minor fatal error
This commit is contained in:
parent
f71ac8cd65
commit
6a157c22c2
@ -345,7 +345,7 @@ sub _slice_region {
|
|||||||
$mesh = $volume->mesh->clone;
|
$mesh = $volume->mesh->clone;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
next if !defined $mesh;
|
return if !defined $mesh;
|
||||||
|
|
||||||
# transform mesh
|
# transform mesh
|
||||||
# we ignore the per-instance transformations currently and only
|
# we ignore the per-instance transformations currently and only
|
||||||
|
Loading…
x
Reference in New Issue
Block a user