mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Fixed regression throwing fatal error with honeycomb infill
This commit is contained in:
		
							parent
							
								
									92bc6caaa8
								
							
						
					
					
						commit
						17a4426358
					
				
					 1 changed files with 1 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 $bounding_box = [ 0, 0, $self->print->x_length, $self->print->y_length ]; | ||||
|         my $bounding_box = [ 0, 0, $self->print->total_x_length, $self->print->total_y_length ]; | ||||
|         { | ||||
|             my $bb_polygon = Slic3r::Polygon->new([ | ||||
|                 [ $bounding_box->[X1], $bounding_box->[Y1] ], | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci