mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	New --resolution option to simplify input models
This commit is contained in:
		
							parent
							
								
									10b6bc9d15
								
							
						
					
					
						commit
						cf5adca928
					
				
					 5 changed files with 30 additions and 7 deletions
				
			
		|  | @ -517,10 +517,10 @@ sub build { | |||
|             title => 'Flow', | ||||
|             options => [qw(bridge_flow_ratio)], | ||||
|         }, | ||||
|         $Slic3r::have_threads ? { | ||||
|         { | ||||
|             title => 'Other', | ||||
|             options => [qw(threads)], | ||||
|         } : (), | ||||
|             options => [($Slic3r::have_threads ? qw(threads) : ()), qw(resolution)], | ||||
|         }, | ||||
|     ]); | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci