mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Fix planepath fill patterns for very small regions. #1463
This commit is contained in:
		
							parent
							
								
									d59e62c9d8
								
							
						
					
					
						commit
						e6b59aef4e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -36,7 +36,7 @@ sub fill_surface { | |||
|     my $polyline = Slic3r::Polyline->new( | ||||
|         map [ map {$_*$distance_between_lines} $path->n_to_xy($_) ], @n, | ||||
|     ); | ||||
|     return {} if !@$polyline; | ||||
|     return {} if @$polyline <= 1; | ||||
|      | ||||
|     $self->process_polyline($polyline, $bounding_box); | ||||
|      | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci