From 620b40c904aca8f7f40cb09f4633bbacfb62a869 Mon Sep 17 00:00:00 2001 From: gerrit Date: Wed, 18 Sep 2024 19:43:23 +0800 Subject: [PATCH] ci: update network module based on commit 4b3f1e5 Change-Id: Ifde48fc6f2d3f4d5bd6e348cc2a09deef83bd090 --- src/slic3r/Utils/bambu_networking.hpp | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/slic3r/Utils/bambu_networking.hpp b/src/slic3r/Utils/bambu_networking.hpp index 9523877c8..b8e58a4c5 100644 --- a/src/slic3r/Utils/bambu_networking.hpp +++ b/src/slic3r/Utils/bambu_networking.hpp @@ -95,7 +95,7 @@ namespace BBL { #define BAMBU_NETWORK_LIBRARY "bambu_networking" #define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent" -#define BAMBU_NETWORK_AGENT_VERSION "01.09.05.01" +#define BAMBU_NETWORK_AGENT_VERSION "01.09.07.01" //iot preset type strings #define IOT_PRINTER_TYPE_STRING "printer" @@ -172,17 +172,6 @@ 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 */