mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 10:47:50 -06:00
ENH:fix directly connected text
jira:[STUDIO-8031] Change-Id: I0e747e4a279ab97ed7cab2acc6efb14cbafc4685 (cherry picked from commit 00b65490dcf853c864cbce1abe3de22c162ba58d)
This commit is contained in:
parent
02abd177b5
commit
d380b59774
1 changed files with 2 additions and 0 deletions
|
@ -1858,6 +1858,7 @@ void InputIpAddressDialog::workerThreadFunc(std::string str_ip, std::string str_
|
|||
}
|
||||
|
||||
if (detectData.bind_state == "occupied") {
|
||||
update_test_msg(wxEmptyString, true);
|
||||
update_test_msg(_L("The printer has already been bound."), false);
|
||||
Layout();
|
||||
Fit();
|
||||
|
@ -1865,6 +1866,7 @@ void InputIpAddressDialog::workerThreadFunc(std::string str_ip, std::string str_
|
|||
}
|
||||
|
||||
if (detectData.connect_type == "cloud") {
|
||||
update_test_msg(wxEmptyString, true);
|
||||
update_test_msg(_L("The printer mode is incorrect, please switch to LAN Only."), false);
|
||||
Layout();
|
||||
Fit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue