ENH: update text for Fans

jira: [STUDIO-14707]
Change-Id: I46a8ea876e2fb6f7dc985729bb3aee5a27889743
(cherry picked from commit 4b9a9f6463c7be55c9070b1847f7f545574d0fe5)
This commit is contained in:
xin.zhang 2025-09-18 15:37:52 +08:00 committed by Noisyfox
parent 837d2af7e0
commit abefa5ec4d
2 changed files with 3 additions and 1 deletions

View file

@ -66,7 +66,8 @@
{
"2": "Right(Filter)",
"10": "Left(Aux)"
}
},
"special_cooling_text" : "Cooling mode is suitable for printing PLA/PETG/TPU materials."
},
"model_id": "N7",
"subseries": ["N7-V2"],

View file

@ -1007,6 +1007,7 @@ void FanControlPopupNew::init_names(MachineObject* obj) {
const std::string& special_cooling_text = DevPrinterConfigUtil::get_fan_text(obj->printer_type, "special_cooling_text");
if (!special_cooling_text.empty()) {
L("Cooling mode is suitable for printing PLA/PETG/TPU materials."); //some potential text, add i18n flags
L("Cooling mode is suitable for printing PLA/PETG/TPU materials and filters the chamber air.");
label_text[AIR_DUCT::AIR_DUCT_COOLING_FILT] = special_cooling_text;
}
}