mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
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.
|
// 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…
Add table
Add a link
Reference in a new issue