mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
FIX: live_view: check camera exist and show ttcode request error
Change-Id: I036006ec4efddf0a5801a6b1d304c9e81555a284
This commit is contained in:
parent
ccd7b7fd7b
commit
e87860e033
2 changed files with 23 additions and 12 deletions
|
@ -61,6 +61,7 @@ private:
|
|||
std::string m_lan_ip;
|
||||
std::string m_lan_user;
|
||||
std::string m_lan_passwd;
|
||||
bool m_camera_exists = false;
|
||||
bool m_lan_mode = false;
|
||||
bool m_tutk_support = false;
|
||||
wxString m_url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue