mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Bugfix: brim was positioned incorrectly if no skirt was enabled. #627
This commit is contained in:
		
							parent
							
								
									d6b06e08bc
								
							
						
					
					
						commit
						26e033a30c
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -635,6 +635,8 @@ sub write_gcode {
 | 
			
		|||
        
 | 
			
		||||
        # extrude brim
 | 
			
		||||
        if ($layer_id == 0 && !$brim_done) {
 | 
			
		||||
            $gcodegen->shift_x($shift[X]);
 | 
			
		||||
            $gcodegen->shift_y($shift[Y]);
 | 
			
		||||
            $gcode .= $gcodegen->extrude_loop($_, 'brim') for @{$self->brim};
 | 
			
		||||
            $brim_done = 1;
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue