mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Removed debugging line
This commit is contained in:
		
							parent
							
								
									a2cc54c9d0
								
							
						
					
					
						commit
						9484c377d9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -657,7 +657,7 @@ sub _line_intersection2 {
 | 
				
			||||||
# 2D
 | 
					# 2D
 | 
				
			||||||
sub bounding_box {
 | 
					sub bounding_box {
 | 
				
			||||||
    my ($points) = @_;
 | 
					    my ($points) = @_;
 | 
				
			||||||
    #use XXX; ZZZ "not" if ref($points->[0]) eq 'ARRAY';
 | 
					    
 | 
				
			||||||
    my @x = map $_->x, @$points;
 | 
					    my @x = map $_->x, @$points;
 | 
				
			||||||
    my @y = map $_->y, @$points;    #,,
 | 
					    my @y = map $_->y, @$points;    #,,
 | 
				
			||||||
    my @bb = (undef, undef, undef, undef);
 | 
					    my @bb = (undef, undef, undef, undef);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue