mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Fixed regression causing empty prints to hang. #3107
This commit is contained in:
		
							parent
							
								
									69a71db25b
								
							
						
					
					
						commit
						a25757a66d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -308,7 +308,7 @@ sub slice { | |||
|      | ||||
|     # remove empty layers from bottom | ||||
|     while (@{$self->layers} && !@{$self->get_layer(0)->slices}) { | ||||
|         shift @{$self->layers}; | ||||
|         $self->delete_layer(0); | ||||
|         for (my $i = 0; $i <= $#{$self->layers}; $i++) { | ||||
|             $self->get_layer($i)->set_id( $self->get_layer($i)->id-1 ); | ||||
|         } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci