mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Reworked the command line interface based on the current state
of the upstream. Thanks @alexrj, @lordofhyphens for the original code of slic3r.cpp
This commit is contained in:
		
							parent
							
								
									75cf1cde92
								
							
						
					
					
						commit
						18025cc669
					
				
					 22 changed files with 1131 additions and 530 deletions
				
			
		|  | @ -9,6 +9,10 @@ class Model; | |||
| // Load an OBJ file into a provided model.
 | ||||
| extern bool load_obj(const char *path, Model *model, const char *object_name = nullptr); | ||||
| 
 | ||||
| extern bool store_obj(const char *path, TriangleMesh *mesh); | ||||
| extern bool store_obj(const char *path, ModelObject *model); | ||||
| extern bool store_obj(const char *path, Model *model); | ||||
| 
 | ||||
| }; // namespace Slic3r
 | ||||
| 
 | ||||
| #endif /* slic3r_Format_OBJ_hpp_ */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 bubnikv
						bubnikv