mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-10 07:15:08 -06:00
Rough base pool geometry can be generated from convex hull or from the ground slice itself.
This commit is contained in:
parent
e8616b6a35
commit
fbe415f88e
8 changed files with 1016 additions and 126 deletions
|
@ -179,13 +179,21 @@ add_library(libslic3r STATIC
|
|||
${LIBDIR}/libslic3r/SVG.hpp
|
||||
${LIBDIR}/libslic3r/TriangleMesh.cpp
|
||||
${LIBDIR}/libslic3r/TriangleMesh.hpp
|
||||
${LIBDIR}/libslic3r/SLASupportPool.hpp
|
||||
${LIBDIR}/libslic3r/SLASupportPool.cpp
|
||||
${LIBDIR}/libslic3r/SLABasePool.hpp
|
||||
${LIBDIR}/libslic3r/SLABasePool.cpp
|
||||
${LIBDIR}/libslic3r/ConcaveHull.hpp
|
||||
${LIBDIR}/libslic3r/ConcaveHull.cpp
|
||||
# ${LIBDIR}/libslic3r/utils.cpp
|
||||
${LIBDIR}/libslic3r/Utils.hpp
|
||||
|
||||
)
|
||||
|
||||
find_package(Flann REQUIRED)
|
||||
if(FLANN_FOUND)
|
||||
message(STATUS "FLANN found: ${FLANN_LIBRARIES}")
|
||||
target_link_libraries(libslic3r ${FLANN_LIBRARIES})
|
||||
endif()
|
||||
|
||||
add_library(libslic3r_gui STATIC
|
||||
${LIBDIR}/slic3r/GUI/AboutDialog.cpp
|
||||
${LIBDIR}/slic3r/GUI/AboutDialog.hpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue