mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
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:
parent
dfb1ec99ac
commit
dd879c3ef2
4 changed files with 40 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue