mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Bugfix: fatal error under certain circumstances introduced with the recent Boost implementation
This commit is contained in:
		
							parent
							
								
									1845abab70
								
							
						
					
					
						commit
						c0ec8b5865
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -105,6 +105,7 @@ sub clip_with_expolygon {
 | 
				
			||||||
        $self->boost_linestring,
 | 
					        $self->boost_linestring,
 | 
				
			||||||
    );
 | 
					    );
 | 
				
			||||||
    bless $_, 'Slic3r::Polyline' for @$result;
 | 
					    bless $_, 'Slic3r::Polyline' for @$result;
 | 
				
			||||||
 | 
					    bless $_, 'Slic3r::Point' for map @$_, @$result;
 | 
				
			||||||
    return @$result;
 | 
					    return @$result;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue