mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 20:45:54 +08:00
Fixed assert introduced with 33496449645c8d2a1f2bd8cfb651862a86682385
This commit is contained in:
parent
906671fbba
commit
d46ee7822f
@ -2683,7 +2683,8 @@ std::vector<size_t> Plater::priv::load_files(const std::vector<fs::path>& input_
|
|||||||
instance->set_offset(-model_object->origin_translation);
|
instance->set_offset(-model_object->origin_translation);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
model_object->ensure_on_bed(is_project_file);
|
if (!model_object->instances.empty())
|
||||||
|
model_object->ensure_on_bed(is_project_file);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (one_by_one) {
|
if (one_by_one) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user