mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: refine the multiple-object detects logic while sinking opened
no need to detect the project file Change-Id: Ia84d94832d16c2a68ecc25ee457d79735873e82a (cherry picked from commit 39e9f3de907f19d452abf831221656c9a8e1d0e0)
This commit is contained in:
parent
90760e0d07
commit
697a45379f
1 changed files with 1 additions and 1 deletions
|
@ -3479,7 +3479,7 @@ std::vector<size_t> Plater::priv::load_files(const std::vector<fs::path>& input_
|
|||
// convert_model_if(model, answer_convert_from_imperial_units == wxID_YES);
|
||||
}
|
||||
|
||||
if (model.looks_like_multipart_object()) {
|
||||
if (!is_project_file && model.looks_like_multipart_object()) {
|
||||
MessageDialog msg_dlg(q, _L(
|
||||
"This file contains several objects positioned at multiple heights.\n"
|
||||
"Instead of considering them as multiple objects, should \n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue