mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Buttons "Add Part" and "Add Modifier" (in the Object Settings) works now
This commit is contained in:
parent
8899be8cca
commit
9504780ef4
7 changed files with 133 additions and 55 deletions
|
@ -837,7 +837,7 @@ sub load_model_objects {
|
|||
my $model_object = $self->{model}->objects->[$obj_idx];
|
||||
|
||||
# Add object to list on c++ side
|
||||
Slic3r::GUI::add_object_to_list($object->name, $model_object->instances_count, ($model_object->instances->[0]->scaling_factor * 100));
|
||||
Slic3r::GUI::add_object_to_list($object->name, $model_object);
|
||||
|
||||
$self->reset_thumbnail($obj_idx);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue