mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-21 23:49:28 -07:00
Disable slicing when one object crosses the print volume boundary
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user