Plater: Fix in load_model_objects

This commit is contained in:
Vojtech Kral 2018-10-10 14:43:07 +02:00
parent 05c016764f
commit a7425ec229

View file

@ -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