mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Bugfix: the downwards move in sequential printing was performed in the wrong spot. #2524
This commit is contained in:
		
							parent
							
								
									3d500ca317
								
							
						
					
					
						commit
						ba4325411b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -197,7 +197,7 @@ sub export {
 | 
			
		|||
                    $gcodegen->set_origin(Slic3r::Pointf->new(map unscale $copy->[$_], X,Y));
 | 
			
		||||
                    print $fh $gcodegen->retract;
 | 
			
		||||
                    print $fh $gcodegen->travel_to(
 | 
			
		||||
                        $object->_copies_shift->negative,
 | 
			
		||||
                        Slic3r::Point->new(0,0),
 | 
			
		||||
                        undef,
 | 
			
		||||
                        'move to origin position for next object',
 | 
			
		||||
                    );
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue