Plater: Fix in load_model_objects
This commit is contained in:
parent
05c016764f
commit
a7425ec229
1 changed files with 3 additions and 0 deletions
|
@ -1135,6 +1135,9 @@ std::vector<size_t> Plater::priv::load_model_objects(const ModelObjectPtrs &mode
|
|||
instance->set_scaling_factor(inverse);
|
||||
}
|
||||
}
|
||||
|
||||
print.auto_assign_extruders(object);
|
||||
print.add_model_object(object);
|
||||
}
|
||||
|
||||
// if user turned autocentering off, automatic arranging would disappoint them
|
||||
|
|
Loading…
Reference in a new issue