From e218e43aba4a90ffafe1a37fdf023f6967a0de81 Mon Sep 17 00:00:00 2001 From: tao wang Date: Thu, 28 Aug 2025 15:12:48 +0800 Subject: [PATCH] NEW:add nozzle mapping Change-Id: Idb9b183b2f93205de20053e8a3833e1e65c5da28 (cherry picked from commit 80271986bd567d27278759f6f30e1239087f4b7d) (cherry picked from commit f48dd6f43d96b71bbbfb2487328c016f3307931f) --- 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 1fb3a27d09..0b75576270 100644 --- a/src/slic3r/Utils/bambu_networking.hpp +++ b/src/slic3r/Utils/bambu_networking.hpp @@ -244,6 +244,7 @@ struct PrintParams { std::string ftp_folder; std::string ftp_file; std::string ftp_file_md5; + std::string nozzle_mapping; std::string ams_mapping; std::string ams_mapping2; std::string ams_mapping_info;