mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Fix crash when exporting SVG with support material. #2188
This commit is contained in:
		
							parent
							
								
									3e2799a4ee
								
							
						
					
					
						commit
						6f3bd72aeb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -524,7 +524,7 @@ EOF | ||||||
|             foreach my $expolygon (@current_layer_slices) { |             foreach my $expolygon (@current_layer_slices) { | ||||||
|                 my $intersection = intersection_ex( |                 my $intersection = intersection_ex( | ||||||
|                     [ map @$_, @previous_layer_slices ], |                     [ map @$_, @previous_layer_slices ], | ||||||
|                     $expolygon, |                     [ @$expolygon ], | ||||||
|                 ); |                 ); | ||||||
|                 @$intersection |                 @$intersection | ||||||
|                     ? push @supported_slices, $expolygon |                     ? push @supported_slices, $expolygon | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci