mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
ENH: jump to monitor->device-status after sending print task
Change-Id: Id94e1d153c1462941460914dc5bac54f6fa85133
This commit is contained in:
parent
41508fc5ad
commit
3ad719cd50
2 changed files with 14 additions and 0 deletions
|
@ -112,10 +112,20 @@ private:
|
|||
public:
|
||||
MonitorPanel(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxTAB_TRAVERSAL);
|
||||
~MonitorPanel();
|
||||
|
||||
enum PrinterTab {
|
||||
PT_STATUS = 0,
|
||||
PT_MEDIA = 1,
|
||||
PT_UPDATE = 2,
|
||||
PT_HMS = 3,
|
||||
PT_DEBUG = 4,
|
||||
PT_MAX_NUM = 5
|
||||
};
|
||||
|
||||
void init_bitmap();
|
||||
void init_timer();
|
||||
void init_tabpanel();
|
||||
Tabbook* get_tabpanel() { return m_tabpanel; };
|
||||
void set_default();
|
||||
wxWindow* create_side_tools();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue