Fix concave hull having holes.

This commit is contained in:
tamasmeszaros 2019-10-09 14:59:09 +02:00
parent a6a7303e25
commit 175b6fd9f5
6 changed files with 292 additions and 201 deletions

View file

@ -194,6 +194,8 @@ add_library(libslic3r STATIC
SLA/SLARaster.cpp
SLA/SLARasterWriter.hpp
SLA/SLARasterWriter.cpp
SLA/ConcaveHull.hpp
SLA/ConcaveHull.cpp
)
encoding_check(libslic3r)