From 21b98839806cb6d8986083e70f1b652d260127f9 Mon Sep 17 00:00:00 2001 From: gerrit Date: Mon, 30 Dec 2024 15:13:35 +0800 Subject: [PATCH] ci: update network module based on commit c88d82d Change-Id: I1e7efeeca5cf2e6f50822674c4e11f1bfac1d80d --- src/slic3r/Utils/bambu_networking.hpp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/slic3r/Utils/bambu_networking.hpp b/src/slic3r/Utils/bambu_networking.hpp index 2ad5337e1..4d88ab1eb 100644 --- a/src/slic3r/Utils/bambu_networking.hpp +++ b/src/slic3r/Utils/bambu_networking.hpp @@ -79,7 +79,7 @@ namespace BBL { #define BAMBU_NETWORK_ERR_PRINT_SP_PATCH_PROJECT_FAILED -3110 //failed to patch project #define BAMBU_NETWORK_ERR_PRINT_SP_POST_TASK_FAILED -3120 //failed to post task #define BAMBU_NETWORK_ERR_PRINT_SP_WAIT_PRINTER_FAILED -3130 //failed to wait the ack from printer -#define BAMBU_NETOWRK_ERR_PRINT_SP_ENC_FLAG_NOT_READY -3140 //failed to get flag info +#define BAMBU_NETOWRK_ERR_PRINT_SP_ENC_FLAG_NOT_READY -3140 //enc parse not ready //start_local_print error #define BAMBU_NETWORK_ERR_PRINT_LP_FILE_OVER_SIZE -4010 //the size of the uploaded file cannot exceed 1 GB @@ -97,7 +97,8 @@ namespace BBL { #define BAMBU_NETWORK_LIBRARY "bambu_networking" #define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent" -#define BAMBU_NETWORK_AGENT_VERSION "01.10.02.28" +#define BAMBU_NETWORK_AGENT_VERSION "01.10.01.03" + //iot preset type strings #define IOT_PRINTER_TYPE_STRING "printer" @@ -202,9 +203,7 @@ struct PrintParams { std::string ftp_file; std::string ftp_file_md5; std::string ams_mapping; - std::string ams_mapping2; std::string ams_mapping_info; - std::string nozzles_info; std::string connection_type; std::string comments; int origin_profile_id = 0; @@ -230,9 +229,6 @@ struct PrintParams { bool task_use_ams; std::string task_bed_type; std::string extra_options; - int auto_bed_leveling{0}; - int auto_flow_cali{0}; - int auto_offset_cali{0}; }; struct TaskQueryParams