Fix lslices ordering - keep topological ordering from clipper, and separate print ordering into vector of indices

This commit is contained in:
PavelMikus 2023-01-26 15:23:51 +01:00 committed by Pavel Mikuš
parent 5839e78a5e
commit d0c86403a5
5 changed files with 43 additions and 35 deletions

View file

@ -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();
}
});