1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-25 10:15:50 +00:00

TriangleSelector: Schedule restarting background process after edit

This commit is contained in:
Lukas Matena
2020-07-15 12:28:52 +02:00
parent 3b91d11ddf
commit afb5d929c4
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -406,7 +406,7 @@ public:
using ClockType = std::chrono::steady_clock;
const std::map<int, std::vector<bool>>& get_data() const { return m_data; }
void set(const TriangleSelector& selector);
bool set(const TriangleSelector& selector);
indexed_triangle_set get_facets(const ModelVolume& mv, FacetSupportType type) const;
void clear();