mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	start_perimeters_at_non_overhang was still partially enforced
This commit is contained in:
		
							parent
							
								
									f4db7625bc
								
							
						
					
					
						commit
						c57a88c943
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -168,8 +168,9 @@ sub extrude_loop {
 | 
			
		|||
        @candidates = @concave;
 | 
			
		||||
        if (!@candidates) {
 | 
			
		||||
            # if none, look for any non-overhang vertex
 | 
			
		||||
            @candidates = grep !Boost::Geometry::Utils::point_covered_by_multi_polygon($_, $self->_layer_overhangs),
 | 
			
		||||
                @{$loop->polygon};
 | 
			
		||||
            if ($Slic3r::Config->start_perimeters_at_non_overhang) {
 | 
			
		||||
                @candidates = grep !Boost::Geometry::Utils::point_covered_by_multi_polygon($_, $self->_layer_overhangs), @{$loop->polygon};
 | 
			
		||||
            }
 | 
			
		||||
            if (!@candidates) {
 | 
			
		||||
                # if none, all points are valid candidates
 | 
			
		||||
                @candidates = @{$loop->polygon};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue