Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsupermerill <merill@free.fr>2021-10-26 01:05:31 +0300
committersupermerill <merill@free.fr>2021-10-26 12:03:52 +0300
commit9c6c4b3d8a83dc265ab23b1b6b104cd82188cad2 (patch)
tree855807d4428378cf7d1dccdee1cf478481fbee80 /src
parent8aa853d20fe931493ddec9224d15b42dc8b2ce19 (diff)
typo
Diffstat (limited to 'src')
-rw-r--r--src/libslic3r/PrintConfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp
index c89152398..dec20cb1b 100644
--- a/src/libslic3r/PrintConfig.cpp
+++ b/src/libslic3r/PrintConfig.cpp
@@ -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 });