mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 03:37:54 -06:00
Fixed minor fatal error
This commit is contained in:
parent
f71ac8cd65
commit
6a157c22c2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue