mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Fix overhang detection for contours
This commit is contained in:
		
							parent
							
								
									575127151b
								
							
						
					
					
						commit
						a94d26b1ce
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -268,7 +268,7 @@ sub make_perimeters { | |||
|              | ||||
|             if ($self->id > 0) { | ||||
|                 my $is_overhang = $is_contour | ||||
|                     ? @{diff([$polygon], \@lower_slices)} | ||||
|                     ? @{diff([$polygon], [ @lower_slices, offset([$polygon], -$self->perimeter_flow->scaled_width) ])} | ||||
|                     : !@{intersection([$polygon], \@lower_slices)}; | ||||
|                  | ||||
|                 $role = EXTR_ROLE_OVERHANG_PERIMETER if $is_overhang; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci