mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 18:30:39 +08:00
ENH:The warning will not be displayed while the file is still being sent
jira:[STUDIO-12371] Change-Id: I429a8a5af080dfd869b3a72d050e3019b9560665
This commit is contained in:
parent
acf1524359
commit
95d43cb1aa
@ -1258,8 +1258,6 @@ void SendToPrinterDialog::update_show_status()
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* check cloud machine connections */
|
||||
if (!obj_->is_lan_mode_printer()) {
|
||||
if (!agent->is_server_connected()) {
|
||||
@ -1269,7 +1267,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()) {
|
||||
show_status(PrintDialogStatus::PrintStatusReadingTimeout);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user