Implementation for FR #7851 - "Rename" or "EDIT" Print / Filament Settings is missing
This commit is contained in:
parent
f790468cca
commit
3b1f1d9444
6 changed files with 148 additions and 27 deletions
|
@ -168,6 +168,7 @@ protected:
|
|||
ScalableButton* m_search_btn;
|
||||
ScalableButton* m_btn_compare_preset;
|
||||
ScalableButton* m_btn_save_preset;
|
||||
ScalableButton* m_btn_rename_preset;
|
||||
ScalableButton* m_btn_delete_preset;
|
||||
ScalableButton* m_btn_edit_ph_printer {nullptr};
|
||||
ScalableButton* m_btn_hide_incompatible_presets;
|
||||
|
@ -322,6 +323,7 @@ public:
|
|||
|
||||
void compare_preset();
|
||||
void save_preset(std::string name = std::string(), bool detach = false);
|
||||
void rename_preset();
|
||||
void delete_preset();
|
||||
void toggle_show_hide_incompatible();
|
||||
void update_show_hide_incompatible_button();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue