mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Rename adjust_overhang_flow to overhangs
This commit is contained in:
		
							parent
							
								
									606d856af8
								
							
						
					
					
						commit
						f455ecb7da
					
				
					 5 changed files with 12 additions and 11 deletions
				
			
		|  | @ -412,7 +412,7 @@ sub build { | |||
|         }, | ||||
|         { | ||||
|             title => 'Quality (slower slicing)', | ||||
|             options => [qw(extra_perimeters avoid_crossing_perimeters start_perimeters_at_concave_points start_perimeters_at_non_overhang thin_walls adjust_overhang_flow)], | ||||
|             options => [qw(extra_perimeters avoid_crossing_perimeters start_perimeters_at_concave_points start_perimeters_at_non_overhang thin_walls overhangs)], | ||||
|             lines => [ | ||||
|                 Slic3r::GUI::OptionsGroup->single_option_line('extra_perimeters'), | ||||
|                 Slic3r::GUI::OptionsGroup->single_option_line('avoid_crossing_perimeters'), | ||||
|  | @ -421,7 +421,7 @@ sub build { | |||
|                     options => [qw(start_perimeters_at_concave_points start_perimeters_at_non_overhang)], | ||||
|                 }, | ||||
|                 Slic3r::GUI::OptionsGroup->single_option_line('thin_walls'), | ||||
|                 Slic3r::GUI::OptionsGroup->single_option_line('adjust_overhang_flow'), | ||||
|                 Slic3r::GUI::OptionsGroup->single_option_line('overhangs'), | ||||
|             ], | ||||
|         }, | ||||
|         { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci