mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 10:16:00 +08:00
Repair the generic mesh so it can be exported.
This commit is contained in:
parent
bbb84278d4
commit
2875624eac
@ -359,6 +359,7 @@ sub on_btn_lambda {
|
|||||||
} else {
|
} else {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
$mesh->repair;
|
||||||
my $new_volume = $self->{model_object}->add_volume(mesh => $mesh);
|
my $new_volume = $self->{model_object}->add_volume(mesh => $mesh);
|
||||||
$new_volume->set_modifier($is_modifier);
|
$new_volume->set_modifier($is_modifier);
|
||||||
$new_volume->set_name($name);
|
$new_volume->set_name($name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user