mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: set qos = 1 for get_version cmd
Change-Id: Idc7e210a02739a329a6ae8a7c0489197472e78bb
This commit is contained in:
@@ -1240,7 +1240,7 @@ int MachineObject::command_get_version(bool with_retry)
|
||||
j["info"]["command"] = "get_version";
|
||||
if (with_retry)
|
||||
get_version_retry = GET_VERSION_RETRYS;
|
||||
return this->publish_json(j.dump());
|
||||
return this->publish_json(j.dump(), 1);
|
||||
}
|
||||
|
||||
int MachineObject::command_request_push_all()
|
||||
|
||||
Reference in New Issue
Block a user