mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Fixed regression introduced in 4d8757bf5d causing crash during support material generation
				
					
				
			This commit is contained in:
		
							parent
							
								
									97f0b7a372
								
							
						
					
					
						commit
						92feebf5fe
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -566,7 +566,7 @@ sub generate_support_material { | ||||||
|             # $queue[-1] contains the overhangs of the upper layer, regardless of any empty interface layers |             # $queue[-1] contains the overhangs of the upper layer, regardless of any empty interface layers | ||||||
|             # $queue[0] contains the overhangs of the first upper layer above the empty interface layers |             # $queue[0] contains the overhangs of the first upper layer above the empty interface layers | ||||||
|             $layers_interfaces{$i} = diff_ex( |             $layers_interfaces{$i} = diff_ex( | ||||||
|                 [ @{ $queue[-1] || [] } ], |                 [ map @$_, @{ $queue[-1] || [] } ], | ||||||
|                 [ map @$_, @current_layer_offsetted_slices ], |                 [ map @$_, @current_layer_offsetted_slices ], | ||||||
|             ); |             ); | ||||||
|              |              | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci