diff --git a/src/slic3r/Utils/bambu_networking.hpp b/src/slic3r/Utils/bambu_networking.hpp index 9523877c81..b8e58a4c52 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 */