mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-16 06:51:46 +08:00
parent
605a4323e6
commit
d96adf6b6f
@ -710,7 +710,7 @@ void PrintConfigDef::init_fff_params()
|
||||
def->cli = "top-fill-pattern|external-fill-pattern=s";
|
||||
def->enum_keys_map = &ConfigOptionEnum<InfillPattern>::get_enum_values();
|
||||
def->enum_values.push_back("rectilinear");
|
||||
def->enum_values.push_back("monotonicgapfillgapfill");
|
||||
def->enum_values.push_back("monotonicgapfill");
|
||||
def->enum_values.push_back("monotonic");
|
||||
def->enum_values.push_back("concentric");
|
||||
def->enum_values.push_back("concentricgapfill");
|
||||
|
Loading…
x
Reference in New Issue
Block a user