mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -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
				
			
		|  | @ -39,7 +39,7 @@ sub fill_surface { | |||
|          | ||||
|         # adjust actual bounding box to the nearest multiple of our hex pattern | ||||
|         # and align it so that it matches across layers | ||||
|         my $print_bounding_box = $self->print->bounding_box; | ||||
|         my $print_bounding_box = [ $self->print->bounding_box ]; | ||||
|         my $bounding_box = [ 0, 0, $print_bounding_box->[X2], $print_bounding_box->[Y2] ]; | ||||
|         { | ||||
|             my $bb_polygon = Slic3r::Polygon->new([ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci