mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Raise the miter limit to avoid squaring corners too easily. #801
This commit is contained in:
		
							parent
							
								
									cd892fdce8
								
							
						
					
					
						commit
						fc399d60e2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -21,7 +21,7 @@ sub offset { | |||
|     my ($polygons, $distance, $scale, $joinType, $miterLimit) = @_; | ||||
|     $scale      ||= 100000; | ||||
|     $joinType   //= JT_MITER; | ||||
|     $miterLimit //= 2; | ||||
|     $miterLimit //= 10; | ||||
|      | ||||
|     my $offsets = Math::Clipper::offset($polygons, $distance, $scale, $joinType, $miterLimit); | ||||
|     return @$offsets; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci