mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
FIX: update some message
jira: [STUDIO-9148] [STUDIO-9348] [STUDIO-9390] Change-Id: I7fe2a4744a9b21db990ac819873817b0b5c0820b (cherry picked from commit 8891bbcf17574b67ba507c9223c57acea59afd1f)
This commit is contained in:
@@ -38,6 +38,8 @@ src/slic3r/GUI/HintNotification.cpp
|
|||||||
src/slic3r/GUI/IMSlider.cpp
|
src/slic3r/GUI/IMSlider.cpp
|
||||||
src/slic3r/GUI/Widgets/SideTools.cpp
|
src/slic3r/GUI/Widgets/SideTools.cpp
|
||||||
src/slic3r/GUI/Widgets/AMSControl.cpp
|
src/slic3r/GUI/Widgets/AMSControl.cpp
|
||||||
|
src/slic3r/GUI/Widgets/FanControl.cpp
|
||||||
|
src/slic3r/GUI/Widgets/FilamentLoad.cpp
|
||||||
src/slic3r/GUI/ImGuiWrapper.cpp
|
src/slic3r/GUI/ImGuiWrapper.cpp
|
||||||
src/slic3r/GUI/Jobs/ArrangeJob.cpp
|
src/slic3r/GUI/Jobs/ArrangeJob.cpp
|
||||||
src/slic3r/GUI/Jobs/OrientJob.cpp
|
src/slic3r/GUI/Jobs/OrientJob.cpp
|
||||||
@@ -76,6 +78,7 @@ src/slic3r/GUI/MediaFilePanel.cpp
|
|||||||
src/slic3r/GUI/ImageGrid.cpp
|
src/slic3r/GUI/ImageGrid.cpp
|
||||||
src/slic3r/GUI/Printer/PrinterFileSystem.cpp
|
src/slic3r/GUI/Printer/PrinterFileSystem.cpp
|
||||||
src/slic3r/GUI/Mouse3DController.cpp
|
src/slic3r/GUI/Mouse3DController.cpp
|
||||||
|
src/slic3r/GUI/SelectMachinePop.cpp
|
||||||
src/slic3r/GUI/StatusPanel.cpp
|
src/slic3r/GUI/StatusPanel.cpp
|
||||||
src/slic3r/GUI/Monitor.cpp
|
src/slic3r/GUI/Monitor.cpp
|
||||||
src/slic3r/GUI/MsgDialog.cpp
|
src/slic3r/GUI/MsgDialog.cpp
|
||||||
|
|||||||
@@ -863,9 +863,9 @@ void FanControlPopupNew::init_names() {
|
|||||||
|
|
||||||
//Iint fan/door/func/duct name lists
|
//Iint fan/door/func/duct name lists
|
||||||
radio_btn_name[AIR_DUCT::AIR_DUCT_COOLING_FILT] = _L("Cooling");
|
radio_btn_name[AIR_DUCT::AIR_DUCT_COOLING_FILT] = _L("Cooling");
|
||||||
radio_btn_name[AIR_DUCT::AIR_DUCT_HEATING_INTERNAL_FILT] = L("Heating");
|
radio_btn_name[AIR_DUCT::AIR_DUCT_HEATING_INTERNAL_FILT] = _L("Heating");
|
||||||
radio_btn_name[AIR_DUCT::AIR_DUCT_EXHAUST] = L("Exhaust");
|
radio_btn_name[AIR_DUCT::AIR_DUCT_EXHAUST] = _L("Exhaust");
|
||||||
radio_btn_name[AIR_DUCT::AIR_DUCT_FULL_COOLING] = L("Full Cooling");
|
radio_btn_name[AIR_DUCT::AIR_DUCT_FULL_COOLING] = _L("Full Cooling");
|
||||||
radio_btn_name[AIR_DUCT::AIR_DUCT_NUM] = L("Num?");
|
radio_btn_name[AIR_DUCT::AIR_DUCT_NUM] = L("Num?");
|
||||||
radio_btn_name[AIR_DUCT::AIR_DUCT_INIT] = L("Init");
|
radio_btn_name[AIR_DUCT::AIR_DUCT_INIT] = L("Init");
|
||||||
|
|
||||||
@@ -881,11 +881,13 @@ void FanControlPopupNew::init_names() {
|
|||||||
air_door_func_name[AIR_DOOR::AIR_DOOR_FUNC_INNERLOOP] = _L("Innerloop");
|
air_door_func_name[AIR_DOOR::AIR_DOOR_FUNC_INNERLOOP] = _L("Innerloop");
|
||||||
air_door_func_name[AIR_DOOR::AIR_DOOR_FUNC_TOP] = _L("Top");
|
air_door_func_name[AIR_DOOR::AIR_DOOR_FUNC_TOP] = _L("Top");
|
||||||
|
|
||||||
label_text[AIR_DUCT::AIR_DUCT_NONE] = _L("The fan controls the temperature during printing to improve print quality.The system automatically adjusts the fan's switch and speed according to different printing materials.");
|
label_text[AIR_DUCT::AIR_DUCT_NONE] = _L("The fan controls the temperature during printing to improve print quality."
|
||||||
label_text[AIR_DUCT::AIR_DUCT_COOLING_FILT] = L("Cooling-filtering mode is suitable for printing PLA/PETG/TPU materials. In this mode, the chamber temperature is low, and the air in the chamber can be filtered while cooling the printed part.");
|
"The system automatically adjusts the fan's switch and speed "
|
||||||
label_text[AIR_DUCT::AIR_DUCT_HEATING_INTERNAL_FILT] = L("Heating mode is suitable for printeing ABS/ASA/PC/PA materials and circulates filters the chamber air.");
|
"according to different printing materials.");
|
||||||
label_text[AIR_DUCT::AIR_DUCT_EXHAUST] = L("Exhaust");
|
label_text[AIR_DUCT::AIR_DUCT_COOLING_FILT] = _L("Cooling mode is suitable for printing PLA/PETG/TPU materials and filters the chamber air.");
|
||||||
label_text[AIR_DUCT::AIR_DUCT_FULL_COOLING] = L("Strong cooling mode is suitable for printing PLA/TPU materials. In this mode, the printed part will be cooled in all directions.");
|
label_text[AIR_DUCT::AIR_DUCT_HEATING_INTERNAL_FILT] = _L("Heating mode is suitable for printeing ABS/ASA/PC/PA materials and circulates filters the chamber air.");
|
||||||
|
label_text[AIR_DUCT::AIR_DUCT_EXHAUST] = _L("Exhaust");
|
||||||
|
label_text[AIR_DUCT::AIR_DUCT_FULL_COOLING] = _L("Strong cooling mode is suitable for printing PLA/TPU materials. In this mode, the printouts will be fully cooled.");
|
||||||
label_text[AIR_DUCT::AIR_DUCT_NUM] = _L("Num");
|
label_text[AIR_DUCT::AIR_DUCT_NUM] = _L("Num");
|
||||||
label_text[AIR_DUCT::AIR_DUCT_INIT] = _L("Init");
|
label_text[AIR_DUCT::AIR_DUCT_INIT] = _L("Init");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user