mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Fixes to retraction and skirt
This commit is contained in:
		
							parent
							
								
									a1d518f1a2
								
							
						
					
					
						commit
						5a07137def
					
				
					 4 changed files with 5 additions and 6 deletions
				
			
		|  | @ -84,7 +84,7 @@ sub make_perimeter { | |||
|         # draw outlines from outside to inside | ||||
|         for (my $i = $Slic3r::skirts - 1; $i >= 0; $i--) { | ||||
|             my $distance = ($Slic3r::skirt_distance + ($Slic3r::flow_width * $i)) / $Slic3r::resolution; | ||||
|             my $outline = offset([$convex_hull_points], $distance, $Slic3r::resolution * 100000, JT_ROUND); | ||||
|             my $outline = offset([$convex_hull_points], $distance, $Slic3r::resolution * 100, JT_ROUND); | ||||
|             push @{ $layer->skirts }, Slic3r::ExtrusionLoop->cast([ @{$outline->[0]} ]); | ||||
|         } | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci