mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Lower default threads to 2
This commit is contained in:
parent
2a6ad2f3f7
commit
f1905256f8
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ use Slic3r::Surface;
|
|||
use Slic3r::TriangleMesh;
|
||||
|
||||
our $have_threads = $Config{useithreads} && eval "use threads; use Thread::Queue; 1";
|
||||
our $threads = $have_threads ? 4 : undef;
|
||||
our $threads = $have_threads ? 2 : undef;
|
||||
|
||||
# miscellaneous options
|
||||
our $notes = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue