When loading an AMF file having multiple objects that look like multiple parts of a single object, prompt user and ask how to consider it. #2970

Conflicts:

	lib/Slic3r/Model.pm
This commit is contained in:
Alessandro Ranellucci 2016-03-19 22:22:11 +01:00
parent dfb1ec99ac
commit dd879c3ef2
4 changed files with 40 additions and 2 deletions

View file

@ -324,7 +324,7 @@ ModelMaterial::apply(const t_model_material_attributes &attributes)
ModelObject::ModelObject(Model *model)
: model(model)
: model(model), _bounding_box_valid(false)
{}
ModelObject::ModelObject(Model *model, const ModelObject &other, bool copy_volumes)