mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07: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;
 | 
					use Slic3r::TriangleMesh;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
our $have_threads       = $Config{useithreads} && eval "use threads; use Thread::Queue; 1";
 | 
					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
 | 
					# miscellaneous options
 | 
				
			||||||
our $notes              = '';
 | 
					our $notes              = '';
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue