mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02: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