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

@@ -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");