mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
SLA supports - added parameters for the automatic generation (relative density measure and minimal distance of the points)
This commit is contained in:
parent
1bb0af1588
commit
eb0fd03861
9 changed files with 54 additions and 59 deletions
|
@ -492,6 +492,8 @@ private:
|
|||
bool m_lock_unique_islands = false;
|
||||
bool m_editing_mode = false;
|
||||
float m_new_point_head_diameter = 0.4f;
|
||||
double m_minimal_point_distance = 20.;
|
||||
double m_density = 100.;
|
||||
std::vector<std::pair<sla::SupportPoint, bool>> m_editing_mode_cache; // a support point and whether it is currently selected
|
||||
|
||||
bool m_selection_rectangle_active = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue