mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Added 'drop to bed' button into object manipulation panel
This commit is contained in:
parent
5a1e1bc10c
commit
3d8c3804fa
4 changed files with 59 additions and 1 deletions
|
@ -56,6 +56,7 @@ class ObjectManipulation : public OG_Settings
|
|||
// Non-owning pointers to the reset buttons, so we can hide and show them.
|
||||
ScalableButton* m_reset_scale_button = nullptr;
|
||||
ScalableButton* m_reset_rotation_button = nullptr;
|
||||
ScalableButton* m_drop_to_bed_button = nullptr;
|
||||
|
||||
// Mirroring buttons and their current state
|
||||
enum MirrorButtonState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue