mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	One more fix after recent fix to default extrusion width
This commit is contained in:
		
							parent
							
								
									9ee3868f92
								
							
						
					
					
						commit
						073b7fca1f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -253,7 +253,7 @@ sub extrude_loop {
 | 
			
		|||
        foreach my $path (@{$extrusion_path->intersect_expolygons($self->_layer_overhangs)}) {
 | 
			
		||||
            $path = $path->clone;
 | 
			
		||||
            $path->role(EXTR_ROLE_OVERHANG_PERIMETER);
 | 
			
		||||
            $path->mm3_per_mm($self->region->flow(FLOW_ROLE_PERIMETER, -1, 1)->mm3_per_mm(-1));
 | 
			
		||||
            $path->mm3_per_mm($self->region->flow(FLOW_ROLE_PERIMETER, -1, 1, 0, undef, $self->layer->object)->mm3_per_mm(-1));
 | 
			
		||||
            push @paths, $path;
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue