diff --git a/src/slic3r/GUI/DeviceManager.cpp b/src/slic3r/GUI/DeviceManager.cpp index 2fbed8a765..98e4af620d 100644 --- a/src/slic3r/GUI/DeviceManager.cpp +++ b/src/slic3r/GUI/DeviceManager.cpp @@ -3361,8 +3361,7 @@ int MachineObject::parse_json(std::string payload, bool key_field_only) if (jj["errno"].is_number()) { wxString text; if (jj["errno"].get() == -2) { - text = _L("Low temperature filament (PLA/PETG/TPU) is loaded in the extruder. " - "In order to avoid extruder clogging, it is not allowed to set the chamber temperature above 45\u2103." /* 45°C */); + text = _L("Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to avoid extruder clogging,it is not allowed to set the chamber temperature."); } else if (jj["errno"].get() == -4) { text = _L("When you set the chamber temperature below 40\u2103, the chamber temperature control will not be activated, "