mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 02:05:58 +08:00
Add "experimental" word to sla branching tree type in the combo box
This commit is contained in:
parent
1f98140667
commit
b610053085
@ -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…
x
Reference in New Issue
Block a user