inital phase of refactoring, segmentation should now build graph of connected sections
This commit is contained in:
parent
263e16ca92
commit
0a8f70c1ba
5 changed files with 620 additions and 17 deletions
src/libslic3r
|
@ -870,7 +870,7 @@ check_object_stability(const PrintObject *po, const Params ¶ms) {
|
|||
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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue