PRUSA 2.7.0

This commit is contained in:
sunsets
2023-12-27 18:02:35 +08:00
parent b33112327f
commit 0a3c63dcb1
488 changed files with 92371 additions and 29443 deletions

View File

@@ -385,7 +385,7 @@ bool TriangleMesh::has_zero_volume() const
const Vec3d sz = size();
const double volume_val = sz.x() * sz.y() * sz.z();
return is_approx(volume_val, 0.0);
return is_approx(volume_val, 0., 0.1);
}
std::vector<TriangleMesh> TriangleMesh::split() const