mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Small fix for 3e0690b37b
				
					
				
			This commit is contained in:
		
							parent
							
								
									3d4cda8ace
								
							
						
					
					
						commit
						0aaa7dd076
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -2071,7 +2071,7 @@ void GCode::process_layer( | |||
| 	                        } | ||||
| 	                        Slic3r::sort_remove_duplicates(printing_extruders); | ||||
| 	                    } else | ||||
| 	                    	printing_extruders = { correct_extruder_id }; | ||||
| 	                    	printing_extruders = { (unsigned int)correct_extruder_id }; | ||||
| 
 | ||||
|                         // Now we must add this extrusion into the by_extruder map, once for each extruder that will print it:
 | ||||
|                         for (unsigned int extruder : printing_extruders) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 YuSanka
						YuSanka