From a36b7c3a9c00feb859e2843119091df9eac926e8 Mon Sep 17 00:00:00 2001 From: gerrit Date: Fri, 20 Jan 2023 11:09:49 +0800 Subject: [PATCH] ci: update network module based on commit d91b2d9 Change-Id: I710f94cb95a9158c26f0e6dbe2a9589d133eda2d (cherry picked from commit 8d6ee467a83b2a85e7c5813274a73e6720889207) --- src/slic3r/Utils/bambu_networking.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/slic3r/Utils/bambu_networking.hpp b/src/slic3r/Utils/bambu_networking.hpp index bcb52c042..de1f34eaa 100644 --- a/src/slic3r/Utils/bambu_networking.hpp +++ b/src/slic3r/Utils/bambu_networking.hpp @@ -40,8 +40,7 @@ namespace BBL { #define BAMBU_NETWORK_LIBRARY "bambu_networking" #define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent" -#define BAMBU_NETWORK_AGENT_VERSION "01.05.00.01" - +#define BAMBU_NETWORK_AGENT_VERSION "01.05.00.03" //iot preset type strings #define IOT_PRINTER_TYPE_STRING "printer" @@ -126,6 +125,8 @@ struct PrintParams { std::string ams_mapping_info; std::string connection_type; std::string comments; + int origin_profile_id = 0; + std::string origin_model_id; /* access options */ std::string dev_ip;