mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Fixed minor fatal error
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user