mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-21 20:12:16 -07:00
FIX: update HMS to support multi-type machines
jira: [STUDIO-9582] Change-Id: I5ad4083d666db4237d355ac8bd8160afb8e8a35f (cherry picked from commit 954a27016953bcf4f07b2a3e14ac1f5faf68c644)
This commit is contained in:
parent
e785282ecf
commit
2cbf14fdfd
8 changed files with 186 additions and 122 deletions
|
|
@ -763,7 +763,7 @@ PingCodeBindDialog::~PingCodeBindDialog() {
|
|||
json j = json::parse(str.utf8_string());
|
||||
if (j.contains("err_code")) {
|
||||
int error_code = j["err_code"].get<int>();
|
||||
wxGetApp().get_hms_query()->query_print_error_msg(error_code, extra);
|
||||
extra = wxGetApp().get_hms_query()->query_print_error_msg(m_machine_info, error_code);
|
||||
}
|
||||
}
|
||||
catch (...) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue