mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
ENH:The warning will not be displayed while the file is still being sent
jira:[STUDIO-12371] Change-Id: I429a8a5af080dfd869b3a72d050e3019b9560665 (cherry picked from commit 95d43cb1aaf2f0dabcf4449c885039d7f9cb62ef)
This commit is contained in:
@@ -1247,8 +1247,6 @@ void SendToPrinterDialog::update_show_status()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* check cloud machine connections */
|
/* check cloud machine connections */
|
||||||
if (!obj_->is_lan_mode_printer()) {
|
if (!obj_->is_lan_mode_printer()) {
|
||||||
if (!agent->is_server_connected()) {
|
if (!agent->is_server_connected()) {
|
||||||
@@ -1258,7 +1256,7 @@ void SendToPrinterDialog::update_show_status()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!obj_->is_info_ready() || !obj_->is_online() || !obj_->is_connected()) {
|
if (!obj_->is_info_ready()) {
|
||||||
if (is_timeout()) {
|
if (is_timeout()) {
|
||||||
show_status(PrintDialogStatus::PrintStatusReadingTimeout);
|
show_status(PrintDialogStatus::PrintStatusReadingTimeout);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user