mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	One more raft issue causing extra layers. #2723
This commit is contained in:
		
							parent
							
								
									c5f72a633a
								
							
						
					
					
						commit
						52d3a047a0
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -364,7 +364,8 @@ sub support_layers_z {
 | 
				
			||||||
            1..($self->object_config->raft_layers - 2);
 | 
					            1..($self->object_config->raft_layers - 2);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    for (my $i = $#z; $i >= 0; $i--) {
 | 
					    # create other layers (skip raft layers as they're already done and use thicker layers)
 | 
				
			||||||
 | 
					    for (my $i = $#z; $i >= $self->object_config->raft_layers; $i--) {
 | 
				
			||||||
        my $target_height = $support_material_height;
 | 
					        my $target_height = $support_material_height;
 | 
				
			||||||
        if ($i > 0 && $top{ $z[$i-1] }) {
 | 
					        if ($i > 0 && $top{ $z[$i-1] }) {
 | 
				
			||||||
            $target_height = $nozzle_diameter;
 | 
					            $target_height = $nozzle_diameter;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue