Revert "icons update"

This reverts commit a192c86e57.
This commit is contained in:
76Octane
2023-08-18 13:52:43 +08:00
parent a192c86e57
commit bbc4409f8c
6 changed files with 3 additions and 218 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));