Update Exclude Objects

This commit is contained in:
sunsets
2023-10-27 14:31:34 +08:00
parent 8928344d31
commit 75c28861f5
2 changed files with 95 additions and 70 deletions

View File

@@ -332,6 +332,12 @@ private:
//B41
std::string set_object_range(Print &print);
struct LabelData
{
std::string name;
int unique_id;
};
std::unordered_map<const PrintInstance *, LabelData> m_label_data;
// Cache for custom seam enforcers/blockers for each layer.
SeamPlacer m_seam_placer;