mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Removed debugging line
This commit is contained in:
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user