mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Removing warnings here and there
This commit is contained in:
parent
2ae2c6a311
commit
67a076b360
3 changed files with 5 additions and 5 deletions
|
@ -41,7 +41,7 @@ use Slic3r::Print::Object;
|
|||
use Slic3r::Surface;
|
||||
use Slic3r::TriangleMesh;
|
||||
|
||||
our $threads = $have_threads ? 2 : undef;
|
||||
our $threads = $have_threads ? 2 : 1;
|
||||
|
||||
# miscellaneous options
|
||||
our $notes = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue