mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Typo
This commit is contained in:
		
							parent
							
								
									2942485a94
								
							
						
					
					
						commit
						964accb588
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -890,13 +890,13 @@ sub write_gcode {
 | 
			
		|||
                
 | 
			
		||||
                foreach my $island (@islands) {
 | 
			
		||||
                    my $extrude_perimeters = sub {
 | 
			
		||||
                        next if !@{ $island->{perimeters} };
 | 
			
		||||
                        return if !@{ $island->{perimeters} };
 | 
			
		||||
                        $gcode .= $gcodegen->set_extruder($region->extruders->{perimeter});
 | 
			
		||||
                        $gcode .= $gcodegen->extrude($_, 'perimeter') for @{ $island->{perimeters} };
 | 
			
		||||
                    };
 | 
			
		||||
                    
 | 
			
		||||
                    my $extrude_fills = sub {
 | 
			
		||||
                        next if !@{ $island->{fills} };
 | 
			
		||||
                        return if !@{ $island->{fills} };
 | 
			
		||||
                        $gcode .= $gcodegen->set_extruder($region->extruders->{infill});
 | 
			
		||||
                        for my $fill (@{ $island->{fills} }) {
 | 
			
		||||
                            if ($fill->isa('Slic3r::ExtrusionPath::Collection')) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue