From 07e4aa213ac4a1b5bda865774a4e3d9e7f866170 Mon Sep 17 00:00:00 2001 From: "lane.wei" Date: Fri, 20 Sep 2024 09:26:01 +0800 Subject: [PATCH] ENH: networking: sync the header files to fix the compile issue JIRA: no-jira Change-Id: Ie1d454d4a9256e15a27b294af680a5ed49137f90 --- src/slic3r/Utils/bambu_networking.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/slic3r/Utils/bambu_networking.hpp b/src/slic3r/Utils/bambu_networking.hpp index b8e58a4c5..44005730c 100644 --- a/src/slic3r/Utils/bambu_networking.hpp +++ b/src/slic3r/Utils/bambu_networking.hpp @@ -172,6 +172,17 @@ enum ConnectStatus { ConnectStatusLost = 2, }; +struct detectResult { + std::string result_msg; + std::string command; + std::string dev_id; + std::string model_id; + std::string dev_name; + std::string version; + std::string bind_state; + std::string connect_type; +}; + /* print job*/ struct PrintParams { /* basic info */