Fix compile error

This commit is contained in:
Noisyfox
2025-09-12 16:42:29 +08:00
parent a5ae552512
commit b55a0226b5
4 changed files with 26 additions and 26 deletions

View File

@@ -1821,7 +1821,7 @@ Vec3d PartPlate::calculate_wipe_tower_size(const DynamicPrintConfig &config, con
if (!use_global_objects && !contain_instance_totally(obj_idx, 0))
continue;
BoundingBoxf3 bbox = m_model->objects[obj_idx]->bounding_box();
BoundingBoxf3 bbox = m_model->objects[obj_idx]->bounding_box_exact();
max_height = std::max(bbox.size().z(), max_height);
}
wipe_tower_size(2) = max_height;