mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
FIX: crash when opening old version file
jira: STUDIO-8155 Change-Id: I67ac46f8e01d7c3ed2dedf40c1dab9841a3af02b (cherry picked from commit 0e848f4fba903a043fb1b1781c5827e72de48de1)
This commit is contained in:
@@ -4126,6 +4126,10 @@ std::vector<size_t> Plater::priv::load_files(const std::vector<fs::path>& input_
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (load_config && config_loaded.empty()) {
|
||||
load_config = false;
|
||||
show_info(q, _L("The 3mf is generated by old OrcaSlicer, load geometry data only."), _L("Load 3mf"));
|
||||
}
|
||||
else if (!load_config) {
|
||||
// reset config except color
|
||||
for (ModelObject *model_object : model.objects) {
|
||||
|
||||
Reference in New Issue
Block a user