Fix lslices ordering - keep topological ordering from clipper, and separate print ordering into vector of indices
This commit is contained in:
parent
5839e78a5e
commit
d0c86403a5
5 changed files with 43 additions and 35 deletions
|
@ -799,7 +799,7 @@ void PrintObject::slice_volumes()
|
|||
layer->m_regions[region_id]->trim_surfaces(trimming);
|
||||
}
|
||||
}
|
||||
// Merge all regions' slices to get islands, chain them by a shortest path.
|
||||
// Merge all regions' slices to get islands sorted topologically, chain them by a shortest path in separate index list
|
||||
layer->make_slices();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue