From 29e78705ab6c721e9268dc02f8c4d88a08ba88c6 Mon Sep 17 00:00:00 2001 From: tao wang Date: Tue, 24 Oct 2023 11:34:33 +0800 Subject: [PATCH] ENH:adjustment timeout description jira:[Adjustment timeout description] Change-Id: I46ba45d6c55099ff10950dd105193b6cfdf05920 --- src/slic3r/GUI/Jobs/PrintJob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/Jobs/PrintJob.cpp b/src/slic3r/GUI/Jobs/PrintJob.cpp index 79eb07639..b64a5403b 100644 --- a/src/slic3r/GUI/Jobs/PrintJob.cpp +++ b/src/slic3r/GUI/Jobs/PrintJob.cpp @@ -432,7 +432,7 @@ void PrintJob::process() boost::this_thread::sleep_for(boost::chrono::milliseconds(1000)); } this->update_status(curr_percent, _L("Print task sending times out.")); - m_plater->update_print_error_info(BAMBU_NETWORK_ERR_TIMEOUT, "Print task sending times out.", ""); + m_plater->update_print_error_info(BAMBU_NETWORK_ERR_TIMEOUT, "Print task sending times out.", "The printer timed out while receiving a print job. Please check if the network is functioning properly and send the print again."); BOOST_LOG_TRIVIAL(info) << "print_job: timeout, cancel the job" << obj->job_id_; /* handle tiemout */ obj->command_task_cancel(curr_job_id);