ENH:update information for send print timeout
Change-Id: I36ecfef98b285ff870e7a1ea382adc4e901eb52e
This commit is contained in:
parent
13f5171eb3
commit
b116a605f2
|
@ -367,7 +367,7 @@ void SendJob::process()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (result == BAMBU_NETWORK_ERR_WRONG_IP_ADDRESS) {
|
if (result == BAMBU_NETWORK_ERR_WRONG_IP_ADDRESS) {
|
||||||
msg_text = _L("Failed uploading print file. Please enter ip address again.");
|
msg_text = timeout_to_upload_str;
|
||||||
}
|
}
|
||||||
|
|
||||||
update_status(curr_percent, msg_text);
|
update_status(curr_percent, msg_text);
|
||||||
|
|
Loading…
Reference in New Issue