mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Fixed wrong naming of bottom infill pattern
This commit is contained in:
@@ -422,6 +422,7 @@ void PrintConfigDef::init_fff_params()
|
|||||||
def->cli = "bottom-fill-pattern|external-fill-pattern|solid-fill-pattern";
|
def->cli = "bottom-fill-pattern|external-fill-pattern|solid-fill-pattern";
|
||||||
def->enum_keys_map = &ConfigOptionEnum<InfillPattern>::get_enum_values();
|
def->enum_keys_map = &ConfigOptionEnum<InfillPattern>::get_enum_values();
|
||||||
def->enum_values = def_top_fill_pattern->enum_values;
|
def->enum_values = def_top_fill_pattern->enum_values;
|
||||||
|
def->enum_labels = def_top_fill_pattern->enum_labels;
|
||||||
def->aliases = def_top_fill_pattern->aliases;
|
def->aliases = def_top_fill_pattern->aliases;
|
||||||
def->set_default_value(new ConfigOptionEnum<InfillPattern>(ipRectilinear));
|
def->set_default_value(new ConfigOptionEnum<InfillPattern>(ipRectilinear));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user