mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	TriangleMeshSlicer: Got rid of admesh!
This commit is contained in:
		
							parent
							
								
									1256aebd88
								
							
						
					
					
						commit
						70b4915f9c
					
				
					 18 changed files with 443 additions and 452 deletions
				
			
		|  | @ -478,8 +478,8 @@ void pad_blueprint(const TriangleMesh &      mesh, | |||
| { | ||||
|     if (mesh.empty()) return; | ||||
| 
 | ||||
|     auto out = reserve_vector<ExPolygons>(heights.size()); | ||||
|     slice_mesh(mesh, heights, out, thrfn); | ||||
|     assert(mesh.has_shared_vertices()); | ||||
|     std::vector<ExPolygons> out = slice_mesh_ex(mesh.its, heights, thrfn); | ||||
| 
 | ||||
|     size_t count = 0; | ||||
|     for(auto& o : out) count += o.size(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vojtech Bubnik
						Vojtech Bubnik