mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Fixed regression causing bridges not to be printed with rectilinear pattern when --external-fill-pattern was set. #2460
This commit is contained in:
		
							parent
							
								
									959eb60ad0
								
							
						
					
					
						commit
						5d4d79191a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -187,7 +187,7 @@ sub make_fill {
 | 
			
		|||
        if ($surface->is_solid) {
 | 
			
		||||
            $density = 100;
 | 
			
		||||
            $filler = 'rectilinear';
 | 
			
		||||
            if ($surface->is_external) {
 | 
			
		||||
            if ($surface->is_external && !$is_bridge) {
 | 
			
		||||
                $filler = $layerm->config->external_fill_pattern;
 | 
			
		||||
            }
 | 
			
		||||
        } else {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue