Merge remote-tracking branch 'remote/master' into SoftFever

This commit is contained in:
SoftFever 2022-09-03 00:17:59 +08:00
commit 4fd174175c
298 changed files with 13879 additions and 6228 deletions

View file

@ -36,7 +36,7 @@ namespace BBL {
#define BAMBU_NETWORK_LIBRARY "bambu_networking"
#define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent"
#define BAMBU_NETWORK_AGENT_VERSION "01.01.01.02"
#define BAMBU_NETWORK_AGENT_VERSION "01.02.00.01"
//iot preset type strings
@ -113,6 +113,7 @@ struct PrintParams {
std::string ftp_file_md5;
std::string ams_mapping;
std::string connection_type;
std::string comments;
/* access options */
std::string dev_ip;
@ -125,6 +126,7 @@ struct PrintParams {
bool task_vibration_cali; /* vibration calibration of task */
bool task_layer_inspect; /* first layer inspection of task */
bool task_record_timelapse; /* record timelapse of task */
bool task_use_ams;
};
}