mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #define slic3r_Format_PRUS_hpp_
 | |
| 
 | |
| namespace Slic3r {
 | |
| 
 | |
| class TriangleMesh;
 | |
| class Model;
 | |
| 
 | |
| // Load a PrusaControl project file into a provided model.
 | |
| extern bool load_prus(const char *path, Model *model);
 | |
| 
 | |
| }; // namespace Slic3r
 | 
