mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Large memory saving and speed boost
This commit is contained in:
parent
61e257388a
commit
a165ad4ecb
5 changed files with 68 additions and 77 deletions
|
@ -35,7 +35,6 @@ use Slic3r::Print;
|
|||
use Slic3r::Print::Object;
|
||||
use Slic3r::Surface;
|
||||
use Slic3r::TriangleMesh;
|
||||
use Slic3r::TriangleMesh::IntersectionLine;
|
||||
|
||||
our $have_threads = $Config{useithreads} && eval "use threads; use Thread::Queue; 1";
|
||||
our $threads = $have_threads ? 4 : undef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue