mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-02 13:19:40 -07:00
Wiping into infill - no infills are now inadvertedly printed twice (hopefully)
This commit is contained in:
@@ -215,9 +215,10 @@ protected:
|
||||
struct Region {
|
||||
ExtrusionEntityCollection perimeters;
|
||||
ExtrusionEntityCollection infills;
|
||||
std::vector<std::vector<unsigned int>> infills_per_copy_ids; // indices of infill.entities that are not part of infill wiping (an element for each object copy)
|
||||
};
|
||||
std::vector<Region> by_region;
|
||||
std::vector<Region> by_region_special(unsigned int copy) const;
|
||||
std::vector<Region> by_region_per_copy(unsigned int copy) const; // returns only extrusions that are NOT printed during wiping into infill for this copy
|
||||
};
|
||||
std::vector<Island> islands;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user