mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Don't apply pillars to raft layers
This commit is contained in:
		
							parent
							
								
									82e2dd4e62
								
							
						
					
					
						commit
						1674108bac
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -826,7 +826,9 @@ sub clip_with_shape {
 | 
			
		|||
    foreach my $i (keys %$support) {
 | 
			
		||||
        # don't clip bottom layer with shape so that we 
 | 
			
		||||
        # can generate a continuous base flange
 | 
			
		||||
        # also don't clip raft layers
 | 
			
		||||
        next if $i == 0;
 | 
			
		||||
        next if $i < $self->object_config->raft_layers;
 | 
			
		||||
        $support->{$i} = intersection(
 | 
			
		||||
            $support->{$i},
 | 
			
		||||
            $shape->[$i],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue