mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	New top-infill-extrusion-width option
This commit is contained in:
		
							parent
							
								
									36d24ccb0b
								
							
						
					
					
						commit
						97e864699e
					
				
					 7 changed files with 23 additions and 4 deletions
				
			
		|  | @ -422,6 +422,14 @@ our $Options = { | |||
|         type    => 'f', | ||||
|         default => 0, | ||||
|     }, | ||||
|     'top_infill_extrusion_width' => { | ||||
|         label   => 'Top infill', | ||||
|         tooltip => 'Set this to a non-zero value to set a manual extrusion width for infill for top surfaces. You may want to use thinner extrudates to fill all narrow regions and get a smoother finish. If expressed as percentage (for example 90%) if will be computed over layer height.', | ||||
|         sidetext => 'mm or % (leave 0 for default)', | ||||
|         cli     => 'top-infill-extrusion-width=s', | ||||
|         type    => 'f', | ||||
|         default => 0, | ||||
|     }, | ||||
|     'support_material_extrusion_width' => { | ||||
|         label   => 'Support material', | ||||
|         tooltip => 'Set this to a non-zero value to set a manual extrusion width for support material. If expressed as percentage (for example 90%) if will be computed over layer height.', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci