Beta version of the algorithm

Implemented long unsupported segments detection, which considers also curvature
Implemented detection of curved segments at the edge of the previous layer - danger of warping/curling
This commit is contained in:
PavelMikus 2022-04-07 12:44:50 +02:00
parent adf39805bc
commit 706cd63e61
6 changed files with 366 additions and 52 deletions

View file

@ -275,6 +275,8 @@ set(SLIC3R_SOURCES
TriangleSelector.hpp
TriangleSetSampling.cpp
TriangleSetSampling.hpp
TriangleSelectorWrapper.cpp
TriangleSelectorWrapper.hpp
MTUtils.hpp
Zipper.hpp
Zipper.cpp