mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	New feature: brim. #424
This commit is contained in:
		
							parent
							
								
									53d24bc580
								
							
						
					
					
						commit
						48addf8c3f
					
				
					 7 changed files with 57 additions and 8 deletions
				
			
		|  | @ -44,7 +44,7 @@ sub new { | |||
|         }, | ||||
|         print => { | ||||
|             title => 'Print settings', | ||||
|             options => [qw(perimeters solid_layers fill_density fill_angle fill_pattern solid_fill_pattern randomize_start support_material support_material_tool)], | ||||
|             options => [qw(perimeters solid_layers fill_density fill_angle fill_pattern solid_fill_pattern randomize_start support_material)], | ||||
|         }, | ||||
|         retract => { | ||||
|             title => 'Retraction', | ||||
|  | @ -57,7 +57,7 @@ sub new { | |||
|         }, | ||||
|         skirt => { | ||||
|             title => 'Skirt', | ||||
|             options => [qw(skirts skirt_distance skirt_height)], | ||||
|             options => [qw(skirts skirt_distance skirt_height brim_thickness)], | ||||
|         }, | ||||
|         gcode => { | ||||
|             title => 'G-code', | ||||
|  | @ -78,7 +78,7 @@ sub new { | |||
|         }, | ||||
|         other => { | ||||
|             title => 'Other', | ||||
|             options => [ ($Slic3r::have_threads ? qw(threads) : ()), qw(extra_perimeters) ], | ||||
|             options => [ ($Slic3r::have_threads ? qw(threads) : ()), qw(extra_perimeters support_material_tool) ], | ||||
|         }, | ||||
|         notes => { | ||||
|             title => 'Notes', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci