mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Detection of sla supports out of printbed in Preview and when sla gizmo is active
This commit is contained in:
parent
3c4fa8859c
commit
efd429ea46
4 changed files with 59 additions and 19 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue