mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-26 18:21:18 -06:00
InstancesHider allows to show/hide supports on demand
This commit is contained in:
parent
5d4014a4a5
commit
e82ead0335
4 changed files with 33 additions and 6 deletions
|
|
@ -50,7 +50,7 @@ private:
|
|||
void hollow_mesh(bool postpone_error_messages = false);
|
||||
bool unsaved_changes() const;
|
||||
|
||||
bool m_show_supports = true;
|
||||
// bool m_show_supports = true;
|
||||
float m_new_hole_radius = 2.f; // Size of a new hole.
|
||||
float m_new_hole_height = 6.f;
|
||||
mutable std::vector<bool> m_selected; // which holes are currently selected
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue