mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Fixed minor regression in recent commit
This commit is contained in:
		
							parent
							
								
									12ba7201c0
								
							
						
					
					
						commit
						16fce2facb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -284,7 +284,7 @@ sub make_perimeters { | ||||||
|              |              | ||||||
|             # detect overhanging/bridging perimeters |             # detect overhanging/bridging perimeters | ||||||
|             my @paths = (); |             my @paths = (); | ||||||
|             if ($self->region->config->overhangs) { |             if ($self->region->config->overhangs && $self->layer->id > 0) { | ||||||
|                 # get non-overhang paths by intersecting this loop with the grown lower slices |                 # get non-overhang paths by intersecting this loop with the grown lower slices | ||||||
|                 foreach my $polyline (@{ intersection_ppl([ $polygon ], $lower_slices_p) }) { |                 foreach my $polyline (@{ intersection_ppl([ $polygon ], $lower_slices_p) }) { | ||||||
|                     push @paths, Slic3r::ExtrusionPath->new( |                     push @paths, Slic3r::ExtrusionPath->new( | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci