mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Minor improvements to SVG debug output for medial axis
This commit is contained in:
		
							parent
							
								
									ba5435cde1
								
							
						
					
					
						commit
						8644440070
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -233,8 +233,9 @@ sub make_perimeters {
 | 
			
		|||
            Slic3r::SVG::output(
 | 
			
		||||
                "medial_axis.svg",
 | 
			
		||||
                no_arrows => 1,
 | 
			
		||||
                #expolygons => \@thin_walls,
 | 
			
		||||
                polylines => \@p,
 | 
			
		||||
                expolygons      => \@thin_walls,
 | 
			
		||||
                green_polylines => [ map $_->polygon->split_at_first_point, @{$self->perimeters} ],
 | 
			
		||||
                red_polylines   => \@p,
 | 
			
		||||
            );
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue