mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
ENH: update text for Fans
jira: [STUDIO-14707] Change-Id: I46a8ea876e2fb6f7dc985729bb3aee5a27889743 (cherry picked from commit 4b9a9f6463c7be55c9070b1847f7f545574d0fe5)
This commit is contained in:
@@ -66,7 +66,8 @@
|
|||||||
{
|
{
|
||||||
"2": "Right(Filter)",
|
"2": "Right(Filter)",
|
||||||
"10": "Left(Aux)"
|
"10": "Left(Aux)"
|
||||||
}
|
},
|
||||||
|
"special_cooling_text" : "Cooling mode is suitable for printing PLA/PETG/TPU materials."
|
||||||
},
|
},
|
||||||
"model_id": "N7",
|
"model_id": "N7",
|
||||||
"subseries": ["N7-V2"],
|
"subseries": ["N7-V2"],
|
||||||
|
|||||||
@@ -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");
|
const std::string& special_cooling_text = DevPrinterConfigUtil::get_fan_text(obj->printer_type, "special_cooling_text");
|
||||||
if (!special_cooling_text.empty()) {
|
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."); //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;
|
label_text[AIR_DUCT::AIR_DUCT_COOLING_FILT] = special_cooling_text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user