This commit is contained in:
supermerill 2021-10-26 00:05:31 +02:00
parent 8aa853d20f
commit 9c6c4b3d8a

View File

@ -2004,7 +2004,7 @@ void PrintConfigDef::init_fff_params()
def->label = L("after last perimeter");
def->full_label = L("Gapfill after last perimeter");
def->category = OptionCategory::perimeter;
def->tooltip = L("All gaps between the alst periemter and the infill which are thinner than a perimeter will be filled by gapfill.");
def->tooltip = L("All gaps, between the last perimeter and the infill, which are thinner than a perimeter will be filled by gapfill.");
def->mode = comExpert;
def->set_default_value(new ConfigOptionBool{true });