Merge branch 'et_measure_extras' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_measure_extras
This commit is contained in:
commit
4e00dcd8c8
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ void MeasuringImpl::update_planes()
|
||||||
|
|
||||||
// In case of broken meshes, this loop might be infinite. Break
|
// In case of broken meshes, this loop might be infinite. Break
|
||||||
// out in case it is clearly going bad.
|
// out in case it is clearly going bad.
|
||||||
if (last_border.size() > 3*facets.size())
|
if (last_border.size() > 3*facets.size()+1)
|
||||||
goto PLANE_FAILURE;
|
goto PLANE_FAILURE;
|
||||||
|
|
||||||
} while (he != he_start);
|
} while (he != he_start);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue