mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-11 23:29:03 +08:00
Removed debugging line
This commit is contained in:
parent
a2cc54c9d0
commit
9484c377d9
@ -657,7 +657,7 @@ sub _line_intersection2 {
|
||||
# 2D
|
||||
sub bounding_box {
|
||||
my ($points) = @_;
|
||||
#use XXX; ZZZ "not" if ref($points->[0]) eq 'ARRAY';
|
||||
|
||||
my @x = map $_->x, @$points;
|
||||
my @y = map $_->y, @$points; #,,
|
||||
my @bb = (undef, undef, undef, undef);
|
||||
|
Loading…
x
Reference in New Issue
Block a user