mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
ENH: set qos = 1 for get_version cmd
Change-Id: Idc7e210a02739a329a6ae8a7c0489197472e78bb
This commit is contained in:
parent
005e8f5533
commit
6f7f93b232
1 changed files with 1 additions and 1 deletions
|
@ -1240,7 +1240,7 @@ int MachineObject::command_get_version(bool with_retry)
|
||||||
j["info"]["command"] = "get_version";
|
j["info"]["command"] = "get_version";
|
||||||
if (with_retry)
|
if (with_retry)
|
||||||
get_version_retry = GET_VERSION_RETRYS;
|
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()
|
int MachineObject::command_request_push_all()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue