mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
Some fixes after the recent Model refactoring
This commit is contained in:
parent
65b7d27def
commit
27c73f5983
6 changed files with 37 additions and 9 deletions
|
@ -403,7 +403,7 @@ sub load_model_objects {
|
|||
);
|
||||
push @obj_idx, $#{ $self->{objects} };
|
||||
|
||||
if (!defined $model_object->instances) {
|
||||
if ($model_object->instances_count == 0) {
|
||||
# if object has no defined position(s) we need to rearrange everything after loading
|
||||
$need_arrange = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue