inital phase of refactoring, segmentation should now build graph of connected sections

This commit is contained in:
PavelMikus 2022-06-30 17:10:51 +02:00
parent 263e16ca92
commit 0a8f70c1ba
5 changed files with 620 additions and 17 deletions

View file

@ -870,7 +870,7 @@ check_object_stability(const PrintObject *po, const Params &params) {
print_z,
params);
// reckon_thin_islands(stability_accs, flow_width, flow_width*layer->height, print_z, prev_layer_lines, params);
reckon_thin_islands(stability_accs, flow_width, flow_width*layer->height, print_z, prev_layer_lines, params);
#ifdef DEBUG_FILES
for (const auto &line : prev_layer_lines.get_lines()) {