mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 13:41:50 +08:00
ENH:display help image when connecting to lan printer
Change-Id: I9a34f998229d5f160623603382f0d43ef1699e27
This commit is contained in:
parent
23ee6bc4cd
commit
cb8dbb912f
@ -121,7 +121,7 @@ void ConnectPrinterDialog::init_bitmap()
|
||||
if (m_obj->printer_type == "C11" || m_obj->printer_type == "C12") {
|
||||
m_diagram_bmp = create_scaled_bitmap("input_accesscode_help2", nullptr, 190);
|
||||
}
|
||||
else if (m_obj->printer_type == "BL-P001" || m_obj->printer_type == "BL-P002") {
|
||||
else if (m_obj->printer_type == "BL-P001" || m_obj->printer_type == "BL-P002" || m_obj->printer_type == "C13") {
|
||||
if (language == "zh_CN") {
|
||||
m_diagram_bmp = create_scaled_bitmap("input_access_code_cn", nullptr, 190);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user