mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-15 08:58:13 +08:00
Extended tracing of Support generator
This commit is contained in:
parent
a5b04d5cf3
commit
e93253e270
@ -766,6 +766,7 @@ PrintObjectSupportMaterial::MyLayersPtr PrintObjectSupportMaterial::bottom_conta
|
|||||||
// Last top contact layer visited when collecting the projection of contact areas.
|
// Last top contact layer visited when collecting the projection of contact areas.
|
||||||
int contact_idx = int(top_contacts.size()) - 1;
|
int contact_idx = int(top_contacts.size()) - 1;
|
||||||
for (int layer_id = int(object.total_layer_count()) - 2; layer_id >= 0; -- layer_id) {
|
for (int layer_id = int(object.total_layer_count()) - 2; layer_id >= 0; -- layer_id) {
|
||||||
|
BOOST_LOG_TRIVIAL(trace) << "Support generator - bottom_contact_layers - layer " << layer_id;
|
||||||
const Layer &layer = *object.get_layer(layer_id);
|
const Layer &layer = *object.get_layer(layer_id);
|
||||||
Polygons top = collect_region_slices_by_type(layer, stTop);
|
Polygons top = collect_region_slices_by_type(layer, stTop);
|
||||||
if (top.empty())
|
if (top.empty())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user