Detection of sla supports out of printbed in Preview and when sla gizmo is active

This commit is contained in:
Enrico Turri 2019-05-07 12:29:48 +02:00
parent 3c4fa8859c
commit efd429ea46
4 changed files with 59 additions and 19 deletions

View file

@ -422,6 +422,9 @@ public:
void release_geometry() { this->indexed_vertex_array.release_geometry(); }
void set_bounding_boxes_as_dirty() { m_transformed_bounding_box_dirty = true; m_transformed_convex_hull_bounding_box_dirty = true; }
bool is_sla_support() const;
bool is_sla_pad() const;
};
typedef std::vector<GLVolume*> GLVolumePtrs;