Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_native

This commit is contained in:
YuSanka 2018-10-10 16:23:35 +02:00
commit 37dd32b62b

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