mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Disable overhang detection for now
This commit is contained in:
		
							parent
							
								
									fcd4de00e5
								
							
						
					
					
						commit
						f7be746599
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -266,7 +266,8 @@ sub make_perimeters { | |||
|                 $role = EXTR_ROLE_CONTOUR_INTERNAL_PERIMETER; | ||||
|             } | ||||
|              | ||||
|             if ($self->id > 0) { | ||||
|             ### Disable overhang detection for now | ||||
|             if (0 && $self->id > 0) { | ||||
|                 # A perimeter is considered overhang if its centerline exceeds the lower layer slices | ||||
|                 my $is_overhang = $is_contour | ||||
|                     ? @{diff([$polygon], \@lower_slices)} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci