mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Minor optimization in G-code export
This commit is contained in:
		
							parent
							
								
									1c0437bc7b
								
							
						
					
					
						commit
						9d5f55af77
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -220,7 +220,7 @@ sub extrude_loop {
 | 
			
		|||
        $point->rotate($angle, $first_segment->a);
 | 
			
		||||
        
 | 
			
		||||
        # generate the travel move
 | 
			
		||||
        $gcode .= $self->travel_to($point, $paths[-1]->role, "move inwards before travel");
 | 
			
		||||
        $gcode .= $self->writer->travel_to_xy($self->point_to_gcode($point), "move inwards before travel");
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    return $gcode;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue