mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Added possibility to change hole height and taper
The parameters are yet not saved in ModelObject and they are common for all holes
This commit is contained in:
parent
04bcdff110
commit
3fe160e60a
2 changed files with 26 additions and 15 deletions
|
@ -95,6 +95,8 @@ private:
|
|||
bool m_editing_mode = true; // Is editing mode active?
|
||||
bool m_old_editing_state = false; // To keep track of whether the user toggled between the modes (needed for imgui refreshes).
|
||||
float m_new_point_head_diameter; // Size of a new point.
|
||||
float m_new_cone_angle = 0.f;
|
||||
float m_new_cone_height = 5.f;
|
||||
CacheEntry m_point_before_drag; // undo/redo - so we know what state was edited
|
||||
float m_old_point_head_diameter = 0.; // the same
|
||||
float m_minimal_point_distance_stash = 0.f; // and again
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue