mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 05:01:10 -06:00
Parallel placer now works with the custom Slic3r object function. Works an order of magnitude faster.
This commit is contained in:
parent
8617b0a409
commit
e522ad1a00
18 changed files with 739 additions and 296 deletions
|
|
@ -729,6 +729,7 @@ add_custom_target(pot
|
|||
set(LIBNEST2D_UNITTESTS ON CACHE BOOL "Force generating unittests for libnest2d")
|
||||
|
||||
add_subdirectory(${LIBDIR}/libnest2d)
|
||||
target_compile_definitions(libslic3r PUBLIC -DUSE_TBB)
|
||||
target_include_directories(libslic3r PUBLIC BEFORE ${LIBNEST2D_INCLUDES})
|
||||
target_include_directories(libslic3r_gui PUBLIC BEFORE ${LIBNEST2D_INCLUDES})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue