mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 21:21:10 -06:00
Working proof-of-concept for manual triangulation of pad walls.
This commit is contained in:
parent
0b8faf5785
commit
0d13ecdce8
3 changed files with 493 additions and 40 deletions
|
|
@ -1,2 +1,3 @@
|
|||
add_executable(slabasebed EXCLUDE_FROM_ALL slabasebed.cpp)
|
||||
target_link_libraries(slabasebed libslic3r)
|
||||
add_executable(slabasebed #EXCLUDE_FROM_ALL
|
||||
slabasebed.cpp)
|
||||
target_link_libraries(slabasebed libslic3r ${Boost_LIBRARIES} ${TBB_LIBRARIES} ${Boost_LIBRARIES} ${CMAKE_DL_LIBS})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue