mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Refactoring: removed the non-idempotent init_extruders() step. Also, infill_extruder was not limited to the available number of extruders when slicing from the plater, and support material extruder was considered also when support material was disabled
This commit is contained in:
		
							parent
							
								
									a3b843b24e
								
							
						
					
					
						commit
						722e94513c
					
				
					 16 changed files with 83 additions and 84 deletions
				
			
		| 
						 | 
				
			
			@ -124,7 +124,6 @@ if (0) {
 | 
			
		|||
                
 | 
			
		||||
        # copy of Print::export_gcode() up to the point 
 | 
			
		||||
        # after fill surfaces are combined
 | 
			
		||||
        $self->init_extruders;
 | 
			
		||||
        $_->slice for @{$self->objects};
 | 
			
		||||
        $_->make_perimeters for @{$self->objects};
 | 
			
		||||
        $_->detect_surfaces_type for @{$self->objects};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue