Tracing MMU top / bottom segmentation open lines at "trace" level.
This commit is contained in:
parent
19e3998bd0
commit
28219142c5
1 changed files with 2 additions and 0 deletions
|
@ -1431,6 +1431,8 @@ static std::vector<Polygons> make_slab_loops(
|
||||||
#endif /* SLIC3R_DEBUG_SLICE_PROCESSING */
|
#endif /* SLIC3R_DEBUG_SLICE_PROCESSING */
|
||||||
assert(! loops.empty());
|
assert(! loops.empty());
|
||||||
assert(open_polylines.empty());
|
assert(open_polylines.empty());
|
||||||
|
if (! open_polylines.empty())
|
||||||
|
BOOST_LOG_TRIVIAL(trace) << "make_slab_loops - chaining failed. #" << open_polylines.size() << " open polylines";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue