From 372ebecc3b0436aacb22264181e8339a0509e266 Mon Sep 17 00:00:00 2001 From: Makhaira <60077178+Makhaira@users.noreply.github.com> Date: Tue, 27 Oct 2020 19:56:46 +0000 Subject: [PATCH] Update PrintConfig.cpp --- src/libslic3r/PrintConfig.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index d08c11b9b..d34bb0c41 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -863,8 +863,8 @@ void PrintConfigDef::init_fff_params() def->set_default_value(new ConfigOptionBool(false)); def = this->add("external_perimeters_nothole", coBool); - def->label = L("only for outter side"); - def->full_label = L("ext peri first for outter side"); + def->label = L("only for outer side"); + def->full_label = L("ext peri first for outer side"); def->category = OptionCategory::perimeter; def->tooltip = L("Only do the vase trick on the external side. Useful when the thikness is too low."); def->mode = comExpert; @@ -3720,8 +3720,8 @@ void PrintConfigDef::init_fff_params() def->set_default_value(new ConfigOptionFloat(10.)); def = this->add("xy_size_compensation", coFloat); - def->label = L("Outter"); - def->full_label = L("Outter XY size compensation"); + def->label = L("Outer"); + def->full_label = L("Outer XY size compensation"); def->category = OptionCategory::slicing; def->tooltip = L("The object will be grown/shrunk in the XY plane by the configured value " "(negative = inwards, positive = outwards). This might be useful for fine-tuning sizes."