mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
WIP: Added support for top and bottom layers for MMU segmentation.
This commit is contained in:
parent
368b48b0a0
commit
40d9e51b5e
2 changed files with 245 additions and 1 deletions
|
@ -242,6 +242,9 @@ public:
|
|||
|
||||
// Returns MMU segmentation based on painting in MMU segmentation gizmo
|
||||
std::vector<std::vector<std::pair<ExPolygon, size_t>>> mmu_segmentation_by_painting();
|
||||
// Returns MMU segmentation of top and bottom layers based on painting in MMU segmentation gizmo
|
||||
std::vector<std::vector<ExPolygons>> mmu_segmentation_top_and_bottom_layers();
|
||||
|
||||
private:
|
||||
// to be called from Print only.
|
||||
friend class Print;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue