mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
Removed debugging line
This commit is contained in:
parent
34750d47fe
commit
89ff1a50b2
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ sub concave_points {
|
||||||
my $vertex_angle = Slic3r::Geometry::angle3points(@points_pp[$i, $i-1, $i+1]);
|
my $vertex_angle = Slic3r::Geometry::angle3points(@points_pp[$i, $i-1, $i+1]);
|
||||||
if ($vertex_angle <= $ccw_angle) {
|
if ($vertex_angle <= $ccw_angle) {
|
||||||
push @concave, $points[$i];
|
push @concave, $points[$i];
|
||||||
use XXX; YYY ($points[$i]->pp);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return [@concave];
|
return [@concave];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue