mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
FIX:ip address dlg&no help images displayed
Change-Id: I8c55ab3e8d466499a7a790938f41151690bc0d65
This commit is contained in:
parent
dbc7e3a856
commit
e9e7873b5c
1 changed files with 1 additions and 1 deletions
|
@ -1202,7 +1202,7 @@ void InputIpAddressDialog::set_machine_obj(MachineObject* obj)
|
|||
m_input_ip->GetTextCtrl()->SetLabelText(m_obj->dev_ip);
|
||||
m_input_access_code->GetTextCtrl()->SetLabelText(m_obj->get_access_code());
|
||||
|
||||
if (m_obj->printer_type == "C11") {
|
||||
if (m_obj->printer_type == "C11" || m_obj->printer_type == "C12") {
|
||||
m_img_help1->Hide();
|
||||
m_img_help2->Show();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue