Add "experimental" word to sla branching tree type in the combo box
This commit is contained in:
parent
1f98140667
commit
b610053085
1 changed files with 1 additions and 1 deletions
|
@ -3890,7 +3890,7 @@ void PrintConfigDef::init_sla_params()
|
|||
def->enum_values = ConfigOptionEnum<sla::SupportTreeType>::get_enum_names();
|
||||
def->enum_labels = ConfigOptionEnum<sla::SupportTreeType>::get_enum_names();
|
||||
def->enum_labels[0] = L("Default");
|
||||
def->enum_labels[1] = L("Branching");
|
||||
def->enum_labels[1] = L("Branching (experimental)");
|
||||
// TODO: def->enum_labels[2] = L("Organic");
|
||||
def->mode = comSimple;
|
||||
def->set_default_value(new ConfigOptionEnum(sla::SupportTreeType::Default));
|
||||
|
|
Loading…
Reference in a new issue