mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
Implemented function create_freq_settings_popupmenu()
to add bundles with frequently used settings
This commit is contained in:
parent
5a7061a7fb
commit
9a01e313ad
3 changed files with 90 additions and 4 deletions
|
@ -162,6 +162,9 @@ public:
|
|||
void key_event(wxKeyEvent& event);
|
||||
|
||||
void get_settings_choice(const wxString& category_name);
|
||||
void get_freq_settings_choice(const wxString& bundle_name);
|
||||
void update_settings_item();
|
||||
|
||||
void append_menu_item_add_generic(wxMenuItem* menu, const int type);
|
||||
void append_menu_items_add_volume(wxMenu* menu);
|
||||
wxMenuItem* append_menu_item_split(wxMenu* menu);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue