mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-21 04:14:31 +08:00
Fix past participle
This commit is contained in:
parent
655d528d92
commit
28a01e7c5e
@ -476,7 +476,7 @@ sub split_object {
|
|||||||
my $model_object = $current_object->get_model_object;
|
my $model_object = $current_object->get_model_object;
|
||||||
|
|
||||||
if (@{$model_object->volumes} > 1) {
|
if (@{$model_object->volumes} > 1) {
|
||||||
Slic3r::GUI::warning_catcher($self)->("The selected object couldn't be splitted because it contains more than one volume/material.");
|
Slic3r::GUI::warning_catcher($self)->("The selected object couldn't be split because it contains more than one volume/material.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -485,7 +485,7 @@ sub split_object {
|
|||||||
|
|
||||||
my @new_meshes = $mesh->split_mesh;
|
my @new_meshes = $mesh->split_mesh;
|
||||||
if (@new_meshes == 1) {
|
if (@new_meshes == 1) {
|
||||||
Slic3r::GUI::warning_catcher($self)->("The selected object couldn't be splitted because it already contains a single part.");
|
Slic3r::GUI::warning_catcher($self)->("The selected object couldn't be split because it already contains a single part.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user