ENH: add check logic of filament_map when Print::Apply

Change-Id: Ibab353c4b16183611d63d75bcdf5f370cb578f21
(cherry picked from commit bbc4d701bf0f492566fb0ebefbf286630ae2136d)
This commit is contained in:
lane.wei
2024-06-28 14:19:50 +08:00
committed by Noisyfox
parent f0e1a7d5c9
commit aba8c12d07
7 changed files with 82 additions and 13 deletions

View File

@@ -152,7 +152,7 @@ public:
std::vector<std::vector<std::string>> ams_multi_color_filment;
// todo multi_extruders: delete mutable
mutable std::vector<int> filament_maps;
mutable std::vector<int> extruder_filament_counts;
// Calibrate
Preset const * calibrate_printer = nullptr;
std::set<Preset const *> calibrate_filaments;