mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Fix failed to retrive PA calib result
This commit is contained in:
@@ -4024,7 +4024,6 @@ int MachineObject::parse_json(std::string tunnel, std::string payload, bool key_
|
|||||||
if (jj["result"].get<std::string>() == "fail") {
|
if (jj["result"].get<std::string>() == "fail") {
|
||||||
is_succeed = false;
|
is_succeed = false;
|
||||||
}
|
}
|
||||||
is_succeed = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_succeed) {
|
if (is_succeed) {
|
||||||
|
|||||||
Reference in New Issue
Block a user