mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Little cleanup
This commit is contained in:
		
							parent
							
								
									f638558167
								
							
						
					
					
						commit
						392309a369
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -83,11 +83,6 @@ sub add_instance {
 | 
			
		|||
sub mesh {
 | 
			
		||||
    my $self = shift;
 | 
			
		||||
    
 | 
			
		||||
    my $vertices = [];
 | 
			
		||||
    my $facets = [];
 | 
			
		||||
    
 | 
			
		||||
    
 | 
			
		||||
    
 | 
			
		||||
    return Slic3r::TriangleMesh->new(
 | 
			
		||||
        vertices => $self->vertices,
 | 
			
		||||
        facets   => [ map @{$_->facets}, @{$self->volumes} ],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue