Skip to content

Commit

Permalink
Correct monotonicgapfill typo
Browse files Browse the repository at this point in the history
This resolves supermerill#801
  • Loading branch information
Kenneth Lorthioir authored and remi durand committed Feb 22, 2021
1 parent 605a432 commit d96adf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libslic3r/PrintConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit d96adf6

Please sign in to comment.