mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
Enable full concurrency for support tree generation.
This commit is contained in:
parent
8ca7e56d0f
commit
3f698c4ccf
4 changed files with 68 additions and 4 deletions
|
@ -10,7 +10,7 @@ namespace sla {
|
|||
|
||||
// Set this to true to enable full parallelism in this module.
|
||||
// Only the well tested parts will be concurrent if this is set to false.
|
||||
const constexpr bool USE_FULL_CONCURRENCY = false;
|
||||
const constexpr bool USE_FULL_CONCURRENCY = true;
|
||||
|
||||
template<bool> struct _ccr {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue