mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	ObjectList no longer caps number of extruders to 9 (fixes https://github.com/prusa3d/PrusaSlicer/issues/2558)
This commit is contained in:
		
							parent
							
								
									d845332de1
								
							
						
					
					
						commit
						d2136ab625
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -460,7 +460,7 @@ void ObjectList::update_extruder_in_config(const wxDataViewItem& item) | |||
|     if (!m_config || selection.empty()) | ||||
|         return; | ||||
| 
 | ||||
|     const int extruder = selection.size() > 1 ? 0 : atoi(selection.c_str()); | ||||
|     const int extruder = /*selection.size() > 1 ? 0 : */atoi(selection.c_str()); | ||||
|     m_config->set_key_value("extruder", new ConfigOptionInt(extruder)); | ||||
| 
 | ||||
|     // update scene
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lukas Matena
						Lukas Matena