ci: update network module based on commit 8f76215
Change-Id: I321c51f0d7953510da24aade4ca0358187992007
This commit is contained in:
parent
99e45a3e66
commit
3c730d0db1
|
@ -97,7 +97,7 @@ namespace BBL {
|
||||||
#define BAMBU_NETWORK_LIBRARY "bambu_networking"
|
#define BAMBU_NETWORK_LIBRARY "bambu_networking"
|
||||||
#define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent"
|
#define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent"
|
||||||
|
|
||||||
#define BAMBU_NETWORK_AGENT_VERSION "02.00.00.01"
|
#define BAMBU_NETWORK_AGENT_VERSION "02.00.00.03"
|
||||||
|
|
||||||
|
|
||||||
//iot preset type strings
|
//iot preset type strings
|
||||||
|
@ -204,6 +204,7 @@ struct PrintParams {
|
||||||
std::string ftp_file_md5;
|
std::string ftp_file_md5;
|
||||||
std::string ams_mapping;
|
std::string ams_mapping;
|
||||||
std::string ams_mapping_info;
|
std::string ams_mapping_info;
|
||||||
|
std::string nozzles_info;
|
||||||
std::string connection_type;
|
std::string connection_type;
|
||||||
std::string comments;
|
std::string comments;
|
||||||
int origin_profile_id = 0;
|
int origin_profile_id = 0;
|
||||||
|
@ -229,6 +230,9 @@ struct PrintParams {
|
||||||
bool task_use_ams;
|
bool task_use_ams;
|
||||||
std::string task_bed_type;
|
std::string task_bed_type;
|
||||||
std::string extra_options;
|
std::string extra_options;
|
||||||
|
int auto_bed_leveling{ 0 };
|
||||||
|
int auto_flow_cali{ 0 };
|
||||||
|
int auto_offset_cali{ 0 };
|
||||||
};
|
};
|
||||||
|
|
||||||
struct TaskQueryParams
|
struct TaskQueryParams
|
||||||
|
|
Loading…
Reference in New Issue