FIX: save filament_maps to slice_info

and fix bug when switching printer preset between single-nozzle and double-nozzle, prompt the modification of extruder_count
jira:none

Change-Id: I1d5f0b2f002493378d2f482d08cfd5a72b35b99f
(cherry picked from commit ed9816397374116db37c2a76d11e0216df5aca1d)
This commit is contained in:
zhimin.zeng
2025-08-24 23:18:06 +08:00
committed by Noisyfox
parent df1e125e1d
commit 0135b251cd
4 changed files with 29 additions and 9 deletions
-1
View File
@@ -208,7 +208,6 @@ private:
void fill_wipe_tower_partitions(const PrintConfig &config, coordf_t object_bottom_z, coordf_t max_layer_height);
void mark_skirt_layers(const PrintConfig &config, coordf_t max_layer_height);
void collect_extruder_statistics(bool prime_multi_material);
//std::vector<int> get_recommended_filament_maps();
void reorder_extruders_for_minimum_flush_volume();
// BBS