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:
authorKurt <kurtkyle@gmail.com>2022-01-17 23:52:13 +0300
committersupermerill <merill@free.fr>2022-01-19 03:16:06 +0300
commit5379031d3aba0a98be9ae2f46f99733ebd439145 (patch)
treeaa86b137f8a412f5a77b793aaa9363745d0d78bf /src/libslic3r/PrintConfig.cpp
parented0d3245e2c334b7edfa4b2c32f25dd5151f838a (diff)
Fix typos, grammar and formatting in 'Calibration' (#2228)
* change instances of 'levelling' to 'leveling' * change lang tags to en * fix typos, fix grammar, fix capitals, and adjust formatting * fix typos and grammar for calibration cube * tweak wording and formatting
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 20c75a70d..4e9c4d4be 100644
--- a/src/libslic3r/PrintConfig.cpp
+++ b/src/libslic3r/PrintConfig.cpp
@@ -2202,7 +2202,7 @@ void PrintConfigDef::init_fff_params()
def->sidetext = L("%");
def->category = OptionCategory::width;
def->tooltip = L("You can increase this to over-extrude on the first layer if there is not enough plastic because your bed isn't levelled."
- "\nNote: DON'T USE THIS if your only problem is bed levelling, LEVEL YOUR BED!"
+ "\nNote: DON'T USE THIS if your only problem is bed leveling, LEVEL YOUR BED!"
" Use this setting only as last resort after all calibrations failed.");
def->min = 0;
def->mode = comExpert;