mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
FIX: fix typo error
jira: none Change-Id: I46ec6aba4af57e3dfb8ef84f2f897bb24c064730 (cherry picked from commit 5c1f8f50ede08c822040d2fe2dd0c49e05a0d553)
This commit is contained in:
@@ -4987,7 +4987,7 @@ void MachineObject::parse_new_info(json print)
|
||||
std::string fun2;
|
||||
if (print.contains("fun2") && print["fun2"].is_string()) {
|
||||
fun2 = print["fun2"].get<std::string>();
|
||||
BOOST_LOG_TRIVIAL(info) << "new print data fun2 = " << fun;
|
||||
BOOST_LOG_TRIVIAL(info) << "new print data fun2 = " << fun2;
|
||||
}
|
||||
|
||||
// fun2 may have infinite length, use get_flag_bits_no_border
|
||||
|
||||
Reference in New Issue
Block a user