mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
ENH: support load and edit with virtual tray
Change-Id: I36cd8d9f6da719526c38b7479625ed0fa868f63b Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
71ef9e946c
commit
b731ac8db8
8 changed files with 226 additions and 44 deletions
|
@ -253,7 +253,7 @@ public:
|
|||
wxBoxSizer *create_ams_group(wxWindow *parent);
|
||||
wxBoxSizer *create_settings_group(wxWindow *parent);
|
||||
|
||||
void show_ams_group(bool show = true, bool support_virtual_tray = true);
|
||||
void show_ams_group(bool show = true, bool support_virtual_tray = true, bool support_vt_load = true);
|
||||
};
|
||||
|
||||
|
||||
|
@ -274,6 +274,7 @@ protected:
|
|||
|
||||
SecondaryCheckDialog* m_print_error_dlg = nullptr;
|
||||
SecondaryCheckDialog* abort_dlg = nullptr;
|
||||
SecondaryCheckDialog* con_load_dlg = nullptr;
|
||||
SecondaryCheckDialog* ctrl_e_hint_dlg = nullptr;
|
||||
SecondaryCheckDialog* sdcard_hint_dlg = nullptr;
|
||||
FanControlPopup* m_fan_control_popup{nullptr};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue