ENH:support new amsmapping data

jira:[for 2 extruder]

Change-Id: Ie03eae17d600bc68451511a0179f20d1919ff6ea
(cherry picked from commit 0848c26da97c7b74e98645b9a0873fe928fdf631)
This commit is contained in:
tao wang
2024-06-07 14:18:05 +08:00
committed by Noisyfox
parent 12d5ffb8e5
commit 7fe421b1b3
6 changed files with 74 additions and 24 deletions

View File

@@ -49,6 +49,10 @@ struct FilamentInfo
int ctype = 0;
std::vector<std::string> colors = std::vector<std::string>();
int mapping_result = 0;
/*for new ams mapping*/
std::string ams_id;
std::string slot_id;
};
class BBLSliceInfo {