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:
authorsupermerill <merill@free.fr>2022-07-19 01:51:22 +0300
committersupermerill <merill@free.fr>2022-08-10 21:57:54 +0300
commitaa04e29fb3cc16c7b390436b9d1c1230db7ea573 (patch)
tree803219d1af465b1a13905941c1734061233e12b5
parentc7134054febaf0e7da2b9e36179a5327aef1e36e (diff)
perimeter_round_corners tooltip
supermerill/superslicer#1607
-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 1f9c05a30..041508e65 100644
--- a/src/libslic3r/PrintConfig.cpp
+++ b/src/libslic3r/PrintConfig.cpp
@@ -3915,7 +3915,7 @@ void PrintConfigDef::init_fff_params()
def->full_label = L("Round corners for perimeters");
def->category = OptionCategory::perimeter;
def->tooltip = L("Internal perimeters will go around sharp corners by turning around instead of making the same sharp corner."
- " This can help when there are visible holes in sharp corners on perimeters. It also help to print the letters on the benchy stern."
+ " This can help when there are visible holes in sharp corners on internal perimeters."
"\nCan incur some more processing time, and corners are a bit less sharp.");
def->mode = comAdvancedE | comSuSi;
def->set_default_value(new ConfigOptionBool(false));