mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 17:45:55 +08:00
Removed debugging statement
This commit is contained in:
parent
2597ddccbc
commit
c5f7318fc9
@ -258,10 +258,7 @@ sub make_perimeters {
|
|||||||
|
|
||||||
# only add the perimeter if there's an intersection with the collapsed area
|
# only add the perimeter if there's an intersection with the collapsed area
|
||||||
last CYCLE if !@{ intersection($diff, $hypothetical_perimeter) };
|
last CYCLE if !@{ intersection($diff, $hypothetical_perimeter) };
|
||||||
use Slic3r::SVG;
|
|
||||||
Slic3r::SVG::output("extra.svg",
|
|
||||||
expolygons => union_ex(intersection($diff, $hypothetical_perimeter)),
|
|
||||||
);exit;
|
|
||||||
Slic3r::debugf " adding one more perimeter at layer %d\n", $layer_id;
|
Slic3r::debugf " adding one more perimeter at layer %d\n", $layer_id;
|
||||||
$slice->extra_perimeters($extra_perimeters);
|
$slice->extra_perimeters($extra_perimeters);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user