mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06: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( |             Slic3r::SVG::output( | ||||||
|                 "medial_axis.svg", |                 "medial_axis.svg", | ||||||
|                 no_arrows => 1, |                 no_arrows => 1, | ||||||
|                 #expolygons => \@thin_walls, |                 expolygons      => \@thin_walls, | ||||||
|                 polylines => \@p, |                 green_polylines => [ map $_->polygon->split_at_first_point, @{$self->perimeters} ], | ||||||
|  |                 red_polylines   => \@p, | ||||||
|             ); |             ); | ||||||
|         } |         } | ||||||
|          |          | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci