mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-27 02:31:10 -06:00
Hollowing gizmo fix: selection of single holes was recently broken
This commit is contained in:
parent
1b8c7c4976
commit
d928d6e47e
2 changed files with 6 additions and 1 deletions
|
|
@ -43,6 +43,8 @@ private:
|
|||
void hollow_mesh(bool postpone_error_messages = false);
|
||||
bool unsaved_changes() const;
|
||||
|
||||
ObjectID m_old_mo_id = -1;
|
||||
|
||||
// bool m_show_supports = true;
|
||||
float m_new_hole_radius = 2.f; // Size of a new hole.
|
||||
float m_new_hole_height = 6.f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue