Added missed update for a config after extruder change from the ObjectList.
Fixed erase "tool_change" ticks from ticks set.
This commit is contained in:
parent
519291394a
commit
74e4a743af
3 changed files with 27 additions and 3 deletions
src/slic3r/GUI
|
@ -917,6 +917,7 @@ void ObjectList::extruder_editing()
|
|||
m_objects_model->SetExtruder(m_extruder_editor->GetString(selection), item);
|
||||
|
||||
m_extruder_editor->Hide();
|
||||
update_extruder_in_config(item);
|
||||
};
|
||||
|
||||
// to avoid event propagation to other sidebar items
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue