mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 23:09:00 +08:00
Switch back to parallel optimization in DefaultArranger
SPE-2033
This commit is contained in:
parent
2e8ec7e63e
commit
4a20daed63
@ -292,7 +292,7 @@ class DefaultArranger: public Arranger<ArrItem> {
|
||||
|
||||
firstfit::SelectionStrategy sel{cmpfn, on_arranged, stop_cond};
|
||||
|
||||
constexpr auto ep = ex_seq;
|
||||
constexpr auto ep = ex_tbb;
|
||||
|
||||
VariantKernel basekernel;
|
||||
switch (m_settings.get_arrange_strategy()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user