From b50bde834d5a0383717348ddd801e8d528efc896 Mon Sep 17 00:00:00 2001 From: "chunmao.guo" Date: Wed, 12 Feb 2025 19:31:45 +0800 Subject: [PATCH] FIX: extruder_sync.svg Change-Id: Ia83235ad231ed94d71075223539b1f6a007c0651 Jira: none --- resources/images/extruder_sync.svg | 3 +++ src/slic3r/GUI/Tab.cpp | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 resources/images/extruder_sync.svg 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();