mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Print the number of bogus holes to debug output
This commit is contained in:
@@ -144,6 +144,7 @@ sub make_surfaces {
|
||||
[ values %bogus_holes ],
|
||||
) if %bogus_holes;
|
||||
|
||||
Slic3r::debugf " %d bogus hole(s) removed\n", scalar(values %bogus_holes) if %bogus_holes;
|
||||
Slic3r::debugf " %d surface(s) having %d holes detected from %d polylines\n",
|
||||
scalar(@$expolygons), scalar(map $_->holes, @$expolygons), scalar(@$loops);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user