FIX: No progress bar is displayed during manual calibration

Jira: 3789
Change-Id: I4d56839136f4590b6df384f2287e9565e5e61afa
(cherry picked from commit ddb0c38fc0ed4b42bc5a132c2b2d907084576d41)
This commit is contained in:
zhimin.zeng
2023-09-01 10:00:58 +08:00
committed by Lane.Wei
parent 50226b8b23
commit 1426913752
3 changed files with 15 additions and 1 deletions

View File

@@ -63,6 +63,8 @@ public:
std::string m_print_type;
std::string m_dst_path;
bool m_is_calibration_task = false;
int m_print_from_sdc_plate_idx = 0;
bool m_local_use_ssl_for_mqtt { true };
@@ -106,6 +108,7 @@ public:
void connect_to_local_mqtt();
wxString get_http_error_msg(unsigned int status, std::string body);
std::string truncate_string(const std::string& str, size_t maxLength);
void set_calibration_task(bool is_calibration);
};