mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Bugfix: error on Honeycomb infill
This commit is contained in:
		
							parent
							
								
									9a397ed869
								
							
						
					
					
						commit
						84d9368bf6
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		|  | @ -434,6 +434,7 @@ sub repaint { | |||
|     $dc->SetPen(Wx::wxBLACK_PEN); | ||||
|     @{$parent->{object_previews}} = (); | ||||
|     for my $obj_idx (0 .. $#{$print->objects}) { | ||||
|         next unless $parent->{thumbnails}[$obj_idx]; | ||||
|         for my $copy_idx (0 .. $#{$print->copies->[$obj_idx]}) { | ||||
|             my $copy = $print->copies->[$obj_idx][$copy_idx]; | ||||
|             push @{$parent->{object_previews}}, [ $obj_idx, $copy_idx, $parent->{thumbnails}[$obj_idx]->clone ]; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci