Extended tracing of Support generator
This commit is contained in:
parent
a5b04d5cf3
commit
e93253e270
1 changed files with 1 additions and 0 deletions
|
@ -766,6 +766,7 @@ PrintObjectSupportMaterial::MyLayersPtr PrintObjectSupportMaterial::bottom_conta
|
|||
// Last top contact layer visited when collecting the projection of contact areas.
|
||||
int contact_idx = int(top_contacts.size()) - 1;
|
||||
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);
|
||||
Polygons top = collect_region_slices_by_type(layer, stTop);
|
||||
if (top.empty())
|
||||
|
|
Loading…
Reference in a new issue