mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Fix of 589d2be442
				
					
				
			This commit is contained in:
		
							parent
							
								
									ed7be17bf1
								
							
						
					
					
						commit
						8adb495e7d
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -2938,8 +2938,7 @@ bool store_3mf(const char* path, Model* model, const DynamicPrintConfig* config,
 | 
			
		|||
        return false;
 | 
			
		||||
 | 
			
		||||
    _3MF_Exporter exporter;
 | 
			
		||||
    exporter.zip64 = zip64;
 | 
			
		||||
    bool res = exporter.save_model_to_file(path, *model, config, fullpath_sources, thumbnail_data);
 | 
			
		||||
    bool res = exporter.save_model_to_file(path, *model, config, fullpath_sources, thumbnail_data, zip64);
 | 
			
		||||
    if (!res)
 | 
			
		||||
        exporter.log_errors();
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue