mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 20:36:06 +08:00
FIX: do not parse dirty json info
Change-Id: I543ae2818c5b23c351dc355abf115e76d5af75dc
This commit is contained in:
parent
316ca3f5f5
commit
4700362f10
@ -2032,6 +2032,7 @@ int MachineObject::parse_json(std::string payload)
|
||||
});
|
||||
return -1;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
} else {
|
||||
BOOST_LOG_TRIVIAL(warning) << "unsupported msg_type=" << j_pre["print"]["msg"].get<std::string>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user