figured out how to round the edges of the generated model.

This commit is contained in:
tamasmeszaros 2018-08-20 13:55:01 +02:00
parent 57cd39965f
commit 0909059c54
2 changed files with 102 additions and 81 deletions

View file

@ -186,12 +186,6 @@ add_library(libslic3r STATIC
)
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