From 37013329a69854545be2d369021f89e54b9727ec Mon Sep 17 00:00:00 2001 From: "zhou.xu" Date: Thu, 15 May 2025 19:18:52 +0800 Subject: [PATCH] ENH:moudify text for SyncNozzleAndAmsDialog jira: STUDIO-12221 Change-Id: Ib6ba969ca97da53d7bcc04b5db08d83389bf4b5c --- src/slic3r/GUI/SyncAmsInfoDialog.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/slic3r/GUI/SyncAmsInfoDialog.cpp b/src/slic3r/GUI/SyncAmsInfoDialog.cpp index 8a8e69e91..daac3d713 100644 --- a/src/slic3r/GUI/SyncAmsInfoDialog.cpp +++ b/src/slic3r/GUI/SyncAmsInfoDialog.cpp @@ -3288,10 +3288,11 @@ void SyncAmsInfoDialog::update_lan_machine_list() SyncNozzleAndAmsDialog::SyncNozzleAndAmsDialog(InputInfo &input_info) : BaseTransparentDPIFrame(static_cast(wxGetApp().mainframe), - 320, + wxGetApp().preset_bundle->get_printer_extruder_count() == 1 ? 370 :320, input_info.dialog_pos, 90, - _L("Successfully synchronized nozzle and AMS number information."), + wxGetApp().preset_bundle->get_printer_extruder_count() == 1 ? _L("Successfully synchronized nozzle information.") : + _L("Successfully synchronized nozzle and AMS number information."), _L("Continue to sync filaments"), _CTX(L_CONTEXT("Cancel", "Sync_Nozzle_AMS"), "Sync_Nozzle_AMS"), DisappearanceMode::TimedDisappearance)