From 0d01352658617c11bd91dd9a43f95ed8309fef51 Mon Sep 17 00:00:00 2001 From: "haolin.tian" Date: Thu, 25 Sep 2025 18:01:31 +0800 Subject: [PATCH] FIX: fix typo error jira: none Change-Id: I46ec6aba4af57e3dfb8ef84f2f897bb24c064730 (cherry picked from commit 5c1f8f50ede08c822040d2fe2dd0c49e05a0d553) --- src/slic3r/GUI/DeviceManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/DeviceManager.cpp b/src/slic3r/GUI/DeviceManager.cpp index 7ba6505a95..3c9e61bd91 100644 --- a/src/slic3r/GUI/DeviceManager.cpp +++ b/src/slic3r/GUI/DeviceManager.cpp @@ -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(); - 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