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
diff options
context:
space:
mode:
Diffstat (limited to 'src/libslic3r/PrintConfig.cpp')
-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 4bdeb5b69..dd2be2f8e 100644
--- a/src/libslic3r/PrintConfig.cpp
+++ b/src/libslic3r/PrintConfig.cpp
@@ -5513,7 +5513,7 @@ void PrintConfigDef::init_fff_params()
def->set_default_value(new ConfigOptionBools{ false });
def = this->add("wipe_inside_end", coBools);
- def->label = L("Wipe inside at start");
+ def->label = L("Wipe inside at end");
def->category = OptionCategory::extruders;
def->tooltip = L("This flag will wipe the nozzle a bit inward after extruding an external perimeter."
" The wipe_extra_perimeter is executed first, then this move inward before the retraction wipe."