mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	FIX: return true instead of false to represent success
Change-Id: Ib4bf8b5f5db50cfa98d578dad763174ec6d8ad4d (cherry picked from commit bd7890c32e9bee9cc2316f11c5964a592d58c2d2)
This commit is contained in:
		
							parent
							
								
									21a4b30e1b
								
							
						
					
					
						commit
						0a730e9c2e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -3182,7 +3182,7 @@ ModelVolumeType type_from_string(const std::string &s) | |||
| 
 | ||||
| bool _3MF_Exporter::_add_custom_gcode_per_print_z_file_to_archive( mz_zip_archive& archive, Model& model, const DynamicPrintConfig* config) | ||||
| { | ||||
|     return false; | ||||
|     return true; | ||||
|     //std::string out = "";
 | ||||
| 
 | ||||
|     //if (!model.custom_gcode_per_print_z.gcodes.empty()) {
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 lane.wei
						lane.wei