mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
FIX: update the text
jira: [STUDIO-] Change-Id: I91a6a1e7f788150fcbff42936b8e4db1e5e69f59 (cherry picked from commit 92e038b741c3e4b382f945883931b48dd5902138)
This commit is contained in:
@@ -3528,7 +3528,7 @@ void SelectMachineDialog::update_show_status()
|
|||||||
if (!is_same_nozzle_type(extder, filament_type))
|
if (!is_same_nozzle_type(extder, filament_type))
|
||||||
{
|
{
|
||||||
std::vector<wxString> error_msg;
|
std::vector<wxString> 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)));
|
filament_type, format_steel_name(extder.current_nozzle_type)));
|
||||||
return show_status(PrintDialogStatus::PrintStatusNozzleTypeMismatch, error_msg);
|
return show_status(PrintDialogStatus::PrintStatusNozzleTypeMismatch, error_msg);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user