mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Refuse to drill a broken mesh
Hole parameters defaults and limits changed a bit
This commit is contained in:
parent
3f73261fdb
commit
b41c6d7d64
3 changed files with 11 additions and 4 deletions
|
@ -58,7 +58,7 @@ private:
|
|||
|
||||
bool m_show_supports = true;
|
||||
float m_new_hole_radius = 2.f; // Size of a new hole.
|
||||
float m_new_hole_height = 5.f;
|
||||
float m_new_hole_height = 6.f;
|
||||
mutable std::vector<bool> m_selected; // which holes are currently selected
|
||||
|
||||
bool m_enable_hollowing = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue