ENH:Clear the value of the previous nozzle type
jira:[for nozzle check] Change-Id: I9a932b833fb07de6cb0a91abe6372b0e91f273f1
This commit is contained in:
parent
476f15c208
commit
2e1bc51758
|
@ -3560,6 +3560,9 @@ int MachineObject::parse_json(std::string payload, bool key_field_only)
|
|||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
nozzle_type = "";
|
||||
}
|
||||
}
|
||||
catch (...) {
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue