From 48ddd62c4f5831d628f7e64ee8e53c8d56993812 Mon Sep 17 00:00:00 2001 From: tao wang Date: Tue, 31 Dec 2024 15:08:27 +0800 Subject: [PATCH] ENH:update printing parameters Change-Id: I45fb1e6238c38b113c5e8f9aa7dd3801b44885a2 --- src/slic3r/Utils/bambu_networking.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slic3r/Utils/bambu_networking.hpp b/src/slic3r/Utils/bambu_networking.hpp index ec3e4aae5..a392c6084 100644 --- a/src/slic3r/Utils/bambu_networking.hpp +++ b/src/slic3r/Utils/bambu_networking.hpp @@ -10,7 +10,7 @@ extern std::string g_log_start_time; namespace BBL { -#define BAMBU_NETWORK_SUCCESS 0 +#define BAMBU_NETWORK_SUCCESS 0 #define BAMBU_NETWORK_ERR_INVALID_HANDLE -1 #define BAMBU_NETWORK_ERR_CONNECT_FAILED -2 #define BAMBU_NETWORK_ERR_DISCONNECT_FAILED -3 @@ -99,7 +99,6 @@ namespace BBL { #define BAMBU_NETWORK_AGENT_VERSION "02.00.00.03" - //iot preset type strings #define IOT_PRINTER_TYPE_STRING "printer" #define IOT_FILAMENT_STRING "filament" @@ -203,6 +202,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;