mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-01 23:32:10 +00:00
ENH:display error msg when connecting to the printer fails
Change-Id: I483d6c00bdd623e34bce5b087bfbcb9a5e876fa3
This commit is contained in:
@@ -25,6 +25,7 @@ class ConnectPrinterDialog : public DPIDialog
|
||||
{
|
||||
private:
|
||||
protected:
|
||||
bool m_need_connect{true};
|
||||
wxStaticText * m_staticText_connection_code;
|
||||
TextInput * m_textCtrl_code;
|
||||
Button * m_button_confirm;
|
||||
@@ -45,6 +46,7 @@ public:
|
||||
|
||||
~ConnectPrinterDialog();
|
||||
|
||||
void go_connect_printer(bool need) {m_need_connect = need;};
|
||||
void end_modal(wxStandardID id);
|
||||
void init_bitmap();
|
||||
void set_machine_object(MachineObject* obj);
|
||||
|
||||
Reference in New Issue
Block a user