Skip to content

Commit

Permalink
fix an issue that the 'filament change' in menu is not related with o…
Browse files Browse the repository at this point in the history
…bj_tab
  • Loading branch information
womendoushihaoyin committed Dec 13, 2024
1 parent c55bcac commit d558083
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/slic3r/GUI/GUI_ObjectList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5672,6 +5672,12 @@ void ObjectList::set_extruder_for_selected_items(const int extruder)
config.set("extruder", new_extruder);
else
config.set_key_value("extruder", new ConfigOptionInt(new_extruder));

config.set("sparse_infill_filament", new_extruder);
config.set("solid_infill_filament", new_extruder);
config.set("wall_filament", new_extruder);

wxGetApp().obj_list()->update_selections();

// for object, clear all its part volume's extruder config
if (type & itObject) {
Expand Down

0 comments on commit d558083

Please sign in to comment.