mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: update the info ready check
jira: [STUDIO-10771] [Studio-10608] Change-Id: I6af3409ebdc7c173b2cfcd6745854e928753dff1 (cherry picked from commit 04e45e4a6e4e4fbc2b3664d29a17b508b7b58f24)
This commit is contained in:
@@ -3120,7 +3120,11 @@ int MachineObject::parse_json(std::string payload, bool key_field_only)
|
||||
}
|
||||
else {
|
||||
if (!printer_type.empty() && connection_type() == "lan")
|
||||
{
|
||||
m_full_msg_count++;/* all message package is full at LAN mode*/
|
||||
print_json.load_compatible_settings(printer_type, "");
|
||||
}
|
||||
|
||||
print_json.diff2all_base_reset(j_pre);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user