mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-11 02:31:49 +08:00
Merge branch 'et_measure_extras' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_measure_extras
This commit is contained in:
commit
4e00dcd8c8
@ -225,7 +225,7 @@ void MeasuringImpl::update_planes()
|
||||
|
||||
// In case of broken meshes, this loop might be infinite. Break
|
||||
// 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;
|
||||
|
||||
} while (he != he_start);
|
||||
|
Loading…
x
Reference in New Issue
Block a user