mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 05:45:55 +08:00
ENH: set qos = 1 for get_version cmd
Change-Id: Idc7e210a02739a329a6ae8a7c0489197472e78bb
This commit is contained in:
parent
005e8f5533
commit
6f7f93b232
@ -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…
x
Reference in New Issue
Block a user