diff --git a/resources/images/extruder_sync.svg b/resources/images/extruder_sync.svg new file mode 100644 index 000000000..4e1876636 --- /dev/null +++ b/resources/images/extruder_sync.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index 66d36ee7c..95443f88d 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -499,7 +499,7 @@ void Tab::create_preset_tab() evt.Skip(); switch_excluder(evt.GetInt()); }); - m_extruder_sync = new ScalableButton(panel, wxID_ANY, "ams_fila_sync"); + m_extruder_sync = new ScalableButton(panel, wxID_ANY, "extruder_sync"); m_extruder_sync->SetToolTip(_L("Synchronize the modification of parameters to the corresponding parameters of another extruder.")); m_extruder_sync->Bind(wxEVT_BUTTON, [this](auto &evt) { evt.Skip();