ci: update network module based on commit c88d82d

Change-Id: I1e7efeeca5cf2e6f50822674c4e11f1bfac1d80d
This commit is contained in:
gerrit 2024-12-30 15:13:35 +08:00 committed by lane.wei
parent 574f2b92aa
commit 21b9883980
1 changed files with 3 additions and 7 deletions

View File

@ -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