mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Fixed file extension when using option --export-amf in command line
This commit is contained in:
		
							parent
							
								
									47f27d20f1
								
							
						
					
					
						commit
						bf30ec439f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -628,7 +628,7 @@ std::string CLI::output_filepath(const Model &model, IO::ExportFormat format) co | ||||||
| { | { | ||||||
|     std::string ext; |     std::string ext; | ||||||
|     switch (format) { |     switch (format) { | ||||||
|         case IO::AMF: ext = ".amf"; break; |         case IO::AMF: ext = ".zip.amf"; break; | ||||||
|         case IO::OBJ: ext = ".obj"; break; |         case IO::OBJ: ext = ".obj"; break; | ||||||
|         case IO::STL: ext = ".stl"; break; |         case IO::STL: ext = ".stl"; break; | ||||||
| 		case IO::TMF: ext = ".3mf"; break; | 		case IO::TMF: ext = ".3mf"; break; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Enrico Turri
						Enrico Turri