mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-31 11:50:33 -07:00
ENH: update text for Fans
jira: [STUDIO-14707] Change-Id: I46a8ea876e2fb6f7dc985729bb3aee5a27889743 (cherry picked from commit 4b9a9f6463c7be55c9070b1847f7f545574d0fe5)
This commit is contained in:
parent
837d2af7e0
commit
abefa5ec4d
2 changed files with 3 additions and 1 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue