mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Merge branch 'scene_manipulators' of https://github.com/prusa3d/Slic3r into scene_manipulators
This commit is contained in:
commit
4579b71a66
9 changed files with 67 additions and 29 deletions
|
@ -543,7 +543,7 @@ std::string Print::validate() const
|
|||
print_volume.min.z = -1e10;
|
||||
unsigned int printable_count = 0;
|
||||
for (PrintObject *po : this->objects) {
|
||||
po->model_object()->check_instances_printability(print_volume);
|
||||
po->model_object()->check_instances_print_volume_state(print_volume);
|
||||
po->reload_model_instances();
|
||||
if (po->is_printable())
|
||||
++printable_count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue