Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Debug build exit with error on model load due to failed assertion (file path redacted): orca-slicer: <...>/OrcaSlicer/src/libslic3r/Model.cpp:1361: void Slic3r::ModelObject::update_min_max_z(): Assertion `! this->instances.empty()' failed. Assertion failed due to model->ensure_on_bed() being called for object which yet to be load from file. Do not call ensure_on_bed() for models read from file since they may be read with no default instance. ensure_on_bed() called later within withing Plater::load_model_objects() for each object added.
- Loading branch information