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:
authorLuca Simonetto <luca.simonetto.94@gmail.com>2022-02-17 19:49:45 +0300
committersupermerill <merill@free.fr>2022-02-18 04:19:36 +0300
commit07719aa4f2b04245a14a7faa0eeaae045903054a (patch)
tree4f8d8a6e736d27643ba6234ea5255e6110027071 /src/libslic3r/PrintConfig.cpp
parent0fe7cc4dc23ec0c07eac2c02e659c19900ee2dc2 (diff)
Fixed typo (#2405)
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 4e0e6e406..81a0d384a 100644
--- a/src/libslic3r/PrintConfig.cpp
+++ b/src/libslic3r/PrintConfig.cpp
@@ -864,7 +864,7 @@ void PrintConfigDef::init_fff_params()
def->label = L("Max angle");
def->full_label = L("Brim ear max angle");
def->category = OptionCategory::skirtBrim;
- def->tooltip = L("Maximum angle to let a brim ear appear. \nIf set to 0, no brim will be created. \nIf set to ~178, brim will be created on everything but strait sections.");
+ def->tooltip = L("Maximum angle to let a brim ear appear. \nIf set to 0, no brim will be created. \nIf set to ~178, brim will be created on everything but straight sections.");
def->sidetext = L("°");
def->min = 0;
def->max = 180;