Skip to content

Commit

Permalink
Infill/Bottom ensuring
Browse files Browse the repository at this point in the history
  • Loading branch information
vovodroid committed Apr 23, 2024
1 parent 7b8aeb2 commit 52ac3a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/libslic3r/PrintConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,8 @@ void PrintConfigDef::init_fff_params()
{ "concentric", L("Concentric") },
{ "hilbertcurve", L("Hilbert Curve") },
{ "archimedeanchords", L("Archimedean Chords") },
{ "octagramspiral", L("Octagram Spiral") }
{ "octagramspiral", L("Octagram Spiral") },
{ "ensuring", L("Ensuring") },
});

// solid_fill_pattern is an obsolete equivalent to top_fill_pattern/bottom_fill_pattern.
Expand Down Expand Up @@ -1496,7 +1497,8 @@ void PrintConfigDef::init_fff_params()
{ "octagramspiral", L("Octagram Spiral")},
{ "adaptivecubic", L("Adaptive Cubic")},
{ "supportcubic", L("Support Cubic")},
{ "lightning", L("Lightning")}
{ "lightning", L("Lightning")},
{ "ensuring", L("Ensuring") }
});
def->set_default_value(new ConfigOptionEnum<InfillPattern>(ipStars));

Expand Down

0 comments on commit 52ac3a8

Please sign in to comment.