mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Some reduction of unnecessary conversions when calling ClipperUtils.
This commit is contained in:
		
							parent
							
								
									60b5e0d0d5
								
							
						
					
					
						commit
						cab71073a1
					
				
					 11 changed files with 29 additions and 24 deletions
				
			
		|  | @ -370,7 +370,7 @@ bool add_cavity(indexed_triangle_set &pad, | |||
| 
 | ||||
|     if (inner_base.empty() || middle_base.empty()) { logerr(); return false; } | ||||
| 
 | ||||
|     ExPolygons pdiff = diff_ex((Polygons)top_poly, (Polygons)middle_base.contour); | ||||
|     ExPolygons pdiff = diff_ex(top_poly, middle_base.contour); | ||||
| 
 | ||||
|     if (pdiff.size() != 1) { logerr(); return false; } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vojtech Bubnik
						Vojtech Bubnik