mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 06:45:53 +08:00
typo
This commit is contained in:
parent
8aa853d20f
commit
9c6c4b3d8a
@ -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 });
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user