mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-29 19:53:44 -06:00 
			
		
		
		
	Fill gaps using medial axis detection
This commit is contained in:
		
							parent
							
								
									a3a9cf5749
								
							
						
					
					
						commit
						90d10b24a8
					
				
					 7 changed files with 31 additions and 10 deletions
				
			
		|  | @ -34,6 +34,10 @@ has 'thin_walls' => (is => 'ro', default => sub { [] }); | |||
| # they represent boundaries of areas to fill | ||||
| has 'fill_boundaries' => (is => 'ro', default => sub { [] }); | ||||
| 
 | ||||
| # collection of polygons or polylines representing thin infill regions that | ||||
| # need to be filled with a medial axis | ||||
| has 'thin_fills' => (is => 'ro', default => sub { [] }); | ||||
| 
 | ||||
| # collection of surfaces generated by clipping the slices to the fill boundaries | ||||
| has 'surfaces' => ( | ||||
|     is      => 'rw', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci