mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Fixed regression in seam_position = aligned. #2604
This commit is contained in:
		
							parent
							
								
									98417f77f0
								
							
						
					
					
						commit
						fbcf5319ea
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -141,7 +141,7 @@ sub extrude_loop { | ||||||
|         my $obj_ptr = 0; |         my $obj_ptr = 0; | ||||||
|         if (defined $self->layer) { |         if (defined $self->layer) { | ||||||
|             $obj_ptr = $self->layer->object->ptr; |             $obj_ptr = $self->layer->object->ptr; | ||||||
|             if (defined $self->_seam_position->{$self->layer->object}) { |             if (defined $self->_seam_position->{$obj_ptr}) { | ||||||
|                 $last_pos = $self->_seam_position->{$obj_ptr}; |                 $last_pos = $self->_seam_position->{$obj_ptr}; | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci