This commit is contained in:
QIDI TECH
2023-08-18 15:11:56 +08:00
5 changed files with 141 additions and 3 deletions

View File

@@ -2893,9 +2893,9 @@ void PrintConfigDef::init_fff_params()
"will create more stable supports, while snug support towers will save material and reduce "
"object scarring.");
def->set_enum<SupportMaterialStyle>({
{ "grid", L("Grid") },
{ "snug", L("Snug") },
{ "organic", L("Organic") }
{ "grid", L("Grid ") },
{ "snug", L("Snug ") },
{ "organic", L("Organic ") }
});
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionEnum<SupportMaterialStyle>(smsGrid));