From 483fc9f147666b8199e1f65401f410f122777c76 Mon Sep 17 00:00:00 2001 From: gerrit Date: Mon, 13 Mar 2023 08:32:26 +0800 Subject: [PATCH] ci: update network module based on commit be95fa8 Change-Id: I3ba0ac192eb9ee9e6fe1e1deff2d18c770ae63a3 (cherry picked from commit a38f0804ab1fa1131e7955f4c13c27972d36b93e) --- src/slic3r/Utils/bambu_networking.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/slic3r/Utils/bambu_networking.hpp b/src/slic3r/Utils/bambu_networking.hpp index 6ae7ad882..646988d50 100644 --- a/src/slic3r/Utils/bambu_networking.hpp +++ b/src/slic3r/Utils/bambu_networking.hpp @@ -41,7 +41,8 @@ namespace BBL { #define BAMBU_NETWORK_LIBRARY "bambu_networking" #define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent" -#define BAMBU_NETWORK_AGENT_VERSION "01.05.00.08" +#define BAMBU_NETWORK_AGENT_VERSION "01.05.05.01" + //iot preset type strings #define IOT_PRINTER_TYPE_STRING "printer" @@ -143,6 +144,8 @@ struct PrintParams { bool task_layer_inspect; /* first layer inspection of task */ bool task_record_timelapse; /* record timelapse of task */ bool task_use_ams; + std::string task_bed_type; + std::string extra_options; }; struct PublishParams {