mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Repair the generic mesh so it can be exported.
This commit is contained in:
parent
4f428fae40
commit
e2b56c4462
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ sub on_btn_lambda {
|
|||
} else {
|
||||
return;
|
||||
}
|
||||
$mesh->repair;
|
||||
my $new_volume = $self->{model_object}->add_volume(mesh => $mesh);
|
||||
$new_volume->set_modifier($is_modifier);
|
||||
$new_volume->set_name($name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue