mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Fix modifiers
This commit is contained in:
		
							parent
							
								
									fec41d6dfd
								
							
						
					
					
						commit
						ea3266c6e9
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -246,7 +246,10 @@ sub slice {
 | 
			
		|||
                    
 | 
			
		||||
                    # remove such parts from original region
 | 
			
		||||
                    $other_layerm->slices->clear;
 | 
			
		||||
                    $other_layerm->append($_) for @{ diff($other_slices, $my_parts) };
 | 
			
		||||
                    $other_layerm->slices->append(Slic3r::Surface->new(
 | 
			
		||||
                        expolygon    => $_,
 | 
			
		||||
                        surface_type => S_TYPE_INTERNAL,
 | 
			
		||||
                    )) for @{ diff_ex($other_slices, [ map @$_, @$my_parts ]) };
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue