mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 21:21:10 -06:00
figured out how to round the edges of the generated model.
This commit is contained in:
parent
57cd39965f
commit
0909059c54
2 changed files with 102 additions and 81 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue