WIP: MMU segmentation without top and bottom layers

This commit is contained in:
Lukáš Hejl 2021-04-19 07:04:50 +02:00
parent e3c33844d5
commit f49ceb1e0f
6 changed files with 1322 additions and 11 deletions

View file

@ -240,6 +240,8 @@ public:
// Helpers to project custom facets on slices
void project_and_append_custom_facets(bool seam, EnforcerBlockerType type, std::vector<ExPolygons>& expolys) const;
// Returns MMU segmentation based on painting in MMU segmentation gizmo
std::vector<std::vector<std::pair<ExPolygon, size_t>>> mmu_segmentation_by_painting();
private:
// to be called from Print only.
friend class Print;