mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	SLA archive import will now recover the model's original position.
This commit is contained in:
		
							parent
							
								
									769ee15475
								
							
						
					
					
						commit
						8541ce4060
					
				
					 5 changed files with 20 additions and 11 deletions
				
			
		|  | @ -219,8 +219,10 @@ void SLAImportJob::finalize() | |||
|         wxGetApp().load_current_presets(); | ||||
|     } | ||||
|      | ||||
|     if (!p->mesh.empty()) | ||||
|         p->plater->sidebar().obj_list()->load_mesh_object(p->mesh, name); | ||||
|     if (!p->mesh.empty()) { | ||||
|         bool is_centered = false; | ||||
|         p->plater->sidebar().obj_list()->load_mesh_object(p->mesh, name, is_centered); | ||||
|     } | ||||
|      | ||||
|     reset(); | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 tamasmeszaros
						tamasmeszaros