mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Bugfix: small perimeter speed was applied to all holes too, regardless of their size. #175
This commit is contained in:
		
							parent
							
								
									4ade11b26e
								
							
						
					
					
						commit
						2151457d9e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -126,7 +126,7 @@ sub make_perimeter { | |||
|      | ||||
|     # detect small perimeters by checking their area | ||||
|     for (@{ $layer->perimeters }) { | ||||
|         $_->role('small-perimeter') if $_->polygon->area < $Slic3r::small_perimeter_area; | ||||
|         $_->role('small-perimeter') if abs($_->polygon->area) < $Slic3r::small_perimeter_area; | ||||
|     } | ||||
|      | ||||
|     # add thin walls as perimeters | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci