From 177b823680344b58b817c1480324c9b78d0d6f01 Mon Sep 17 00:00:00 2001 From: tao wang Date: Mon, 6 Jan 2025 22:00:50 +0800 Subject: [PATCH] ENH:add mapping parameter jira:[none] Change-Id: Ic763bc2995bf1fcb7e652e3c2c0d767623e23ca5 --- src/slic3r/Utils/bambu_networking.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slic3r/Utils/bambu_networking.hpp b/src/slic3r/Utils/bambu_networking.hpp index df6971e5a..453068b4f 100644 --- a/src/slic3r/Utils/bambu_networking.hpp +++ b/src/slic3r/Utils/bambu_networking.hpp @@ -202,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;