ENH: improve support style's tooltip

jira: none
Change-Id: I8ee858d7052f04ce7ea6b226a500c7d1bf8a482f
(cherry picked from commit 665f31c4fcde22bd894cbb4a5fb160635947f2a4)
This commit is contained in:
Arthur 2023-11-20 17:26:59 +08:00 committed by Lane.Wei
parent 513a998725
commit d5c12f9b9d
3 changed files with 26 additions and 8 deletions

View File

@ -8754,8 +8754,10 @@ msgid ""
"into a regular grid will create more stable supports (default), while snug "
"support towers will save material and reduce object scarring.\n"
"For tree support, slim style will merge branches more aggressively and save "
"a lot of material (default), while hybrid style will create similar "
"structure to normal support under large flat overhangs."
"a lot of material, strong style will make larger and stronger support "
"structure and use more materials, while hybrid style is the combination of "
"slim tree and normal support with normal nodes under large flat overhangs "
"(default)."
msgstr ""
msgid "Snug"

View File

@ -9063,13 +9063,15 @@ msgid ""
"into a regular grid will create more stable supports (default), while snug "
"support towers will save material and reduce object scarring.\n"
"For tree support, slim style will merge branches more aggressively and save "
"a lot of material (default), while hybrid style will create similar "
"structure to normal support under large flat overhangs."
"a lot of material, strong style will make larger and stronger support "
"structure and use more materials, while hybrid style is the combination of "
"slim tree and normal support with normal nodes under large flat overhangs "
"(default)."
msgstr ""
"支撑物的样式和形状。对于普通支撑,将支撑投射到一个规则的网格中,将创建更稳定"
"的支撑(默认),而紧贴的支撑塔将节省材料并减少物体的瑕疵。\n"
"对于树形支撑,苗条板的风格将更积极地合并树枝,并节省大量的材料(默认),而混"
"合风格将在大的平面悬垂下创建与正常支撑类似的结构。"
"对于树形支撑,苗条树将更激进地合并树枝,并节省大量的材料;粗壮树会产生更大更强壮的支撑结构,"
"但用料更多;而混合树是苗条树和普通支撑的结合,它会在大的平面悬垂下创建与正常支撑类似的结构(默认)。"
msgid "Snug"
msgstr "紧贴"
@ -11227,6 +11229,19 @@ msgstr ""
"避免翘曲\n"
"您知道吗打印ABS这类易翘曲材料时适当提高热床温度可以降低翘曲的概率。"
#~ msgid ""
#~ "Style and shape of the support. For normal support, projecting the "
#~ "supports into a regular grid will create more stable supports (default), "
#~ "while snug support towers will save material and reduce object scarring.\n"
#~ "For tree support, slim style will merge branches more aggressively and "
#~ "save a lot of material (default), while hybrid style will create similar "
#~ "structure to normal support under large flat overhangs."
#~ msgstr ""
#~ "支撑物的样式和形状。对于普通支撑,将支撑投射到一个规则的网格中,将创建更稳"
#~ "定的支撑(默认),而紧贴的支撑塔将节省材料并减少物体的瑕疵。\n"
#~ "对于树形支撑,苗条板的风格将更积极地合并树枝,并节省大量的材料(默认),而"
#~ "混合风格将在大的平面悬垂下创建与正常支撑类似的结构。"
#~ msgid " search results"
#~ msgstr " 搜索结果"

View File

@ -3202,8 +3202,9 @@ void PrintConfigDef::init_fff_params()
"will create more stable supports (default), while snug support towers will save material and reduce "
"object scarring.\n"
"For tree support, slim style will merge branches more aggressively and save "
"a lot of material (default), while hybrid style will create similar structure to normal support "
"under large flat overhangs.");
"a lot of material, strong style will make larger and stronger support structure and use more materials, "
"while hybrid style is the combination of slim tree and normal support with normal nodes "
"under large flat overhangs (default).");
def->enum_keys_map = &ConfigOptionEnum<SupportMaterialStyle>::get_enum_values();
def->enum_values.push_back("default");
def->enum_values.push_back("grid");