mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Fixed regression preventing STL export from working. #387
This commit is contained in:
		
							parent
							
								
									e383d5e02d
								
							
						
					
					
						commit
						ce3e2d396e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -577,7 +577,7 @@ sub export_stl { | ||||||
|             $cloned_mesh->move(@$copy); |             $cloned_mesh->move(@$copy); | ||||||
|             my $vertices_offset = scalar @{$mesh->vertices}; |             my $vertices_offset = scalar @{$mesh->vertices}; | ||||||
|             push @{$mesh->vertices}, @{$cloned_mesh->vertices}; |             push @{$mesh->vertices}, @{$cloned_mesh->vertices}; | ||||||
|             push @{$mesh->facets}, map [ $_->[0], map $vertices_offset + $_, @$_[1,2,3] ], @{$cloned_mesh->facets}; |             push @{$mesh->facets}, map [ $_->[0], map $vertices_offset + $_, @$_[-3..-1] ], @{$cloned_mesh->facets}; | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|     $mesh->scale($Slic3r::scaling_factor); |     $mesh->scale($Slic3r::scaling_factor); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci