From 770dec64c489d281ff8eefa90c650c9bae268654 Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Fri, 21 Mar 2025 15:23:23 +0800 Subject: [PATCH] FIX: update the text jira: [STUDIO-] Change-Id: I91a6a1e7f788150fcbff42936b8e4db1e5e69f59 (cherry picked from commit 92e038b741c3e4b382f945883931b48dd5902138) --- src/slic3r/GUI/SelectMachine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/SelectMachine.cpp b/src/slic3r/GUI/SelectMachine.cpp index 06fe7c8861..b9baff0b5a 100644 --- a/src/slic3r/GUI/SelectMachine.cpp +++ b/src/slic3r/GUI/SelectMachine.cpp @@ -3528,7 +3528,7 @@ void SelectMachineDialog::update_show_status() if (!is_same_nozzle_type(extder, filament_type)) { std::vector error_msg; - error_msg.emplace_back(wxString::Format(_L("Printing high temperature material(%s material) with %s may cause nozzle damage"), + error_msg.emplace_back(wxString::Format(_L("Printing high temperature material(%s) with %s nozzle may cause nozzle damage, please check the type of nozzle"), filament_type, format_steel_name(extder.current_nozzle_type))); return show_status(PrintDialogStatus::PrintStatusNozzleTypeMismatch, error_msg); }