mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
ENH:check if waiting for sending to end is supported
Change-Id: I297778c0e0593bd23b0614c043a3e9878ba61947
This commit is contained in:
@@ -3054,8 +3054,12 @@ int MachineObject::parse_json(std::string payload)
|
||||
this->set_print_state(jj["gcode_state"].get<std::string>());
|
||||
}
|
||||
if (jj.contains("job_id")) {
|
||||
is_support_wait_sending_finish = true;
|
||||
this->job_id_ = jj["job_id"].get<std::string>();
|
||||
}
|
||||
else {
|
||||
is_support_wait_sending_finish = false;
|
||||
}
|
||||
|
||||
if (jj.contains("queue_number")) {
|
||||
this->queue_number = jj["queue_number"].get<int>();
|
||||
|
||||
Reference in New Issue
Block a user