WIP Tree Supports: Major changes, it does not compile yet.
This commit is contained in:
parent
8a1e8f97a9
commit
665d1a94b4
7 changed files with 1861 additions and 2112 deletions
src/libslic3r
|
@ -2770,8 +2770,10 @@ void PrintConfigDef::init_fff_params()
|
|||
def->enum_keys_map = &ConfigOptionEnum<SupportMaterialStyle>::get_enum_values();
|
||||
def->enum_values.push_back("grid");
|
||||
def->enum_values.push_back("snug");
|
||||
def->enum_values.push_back("tree");
|
||||
def->enum_labels.push_back(L("Grid"));
|
||||
def->enum_labels.push_back(L("Snug"));
|
||||
def->enum_labels.push_back(L("Tree"));
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionEnum<SupportMaterialStyle>(smsGrid));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue