mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Reverse perimeter order for holes. #214
This commit is contained in:
		
							parent
							
								
									da43cd70b2
								
							
						
					
					
						commit
						710275f7c0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -276,7 +276,7 @@ sub make_perimeters {
 | 
			
		|||
            }
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        foreach my $hole (@holes) {
 | 
			
		||||
        foreach my $hole (reverse @holes) {
 | 
			
		||||
            push @{ $self->perimeters }, Slic3r::ExtrusionLoop->new(polygon => $hole, role => 'perimeter');
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue