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-29 01:12:56 +0300
committersupermerill <merill@free.fr>2022-08-11 00:42:36 +0300
commitb13ca1eb7fe523dbb4b41865de4a3a44b46d21f0 (patch)
tree35532e763a6fc2ab6afc9be760f97bc2cdfce3f7 /src/libslic3r/PrintConfig.cpp
parent4628c1e9bfb427b2a8c637f6779030bc7732046c (diff)
fan_speedup_overhangs typo
supermerill/SuperSlicer#3000
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 b6ef28aff..fb4f3dc2a 100644
--- a/src/libslic3r/PrintConfig.cpp
+++ b/src/libslic3r/PrintConfig.cpp
@@ -3189,7 +3189,7 @@ void PrintConfigDef::init_fff_params()
def->set_default_value(new ConfigOptionFloat(0));
def = this->add("fan_speedup_overhangs", coBool);
- def->label = L("Allow fan delay on overhangs");
+ def->label = L("Fan delay only for overhangs");
def->category = OptionCategory::firmware;
def->tooltip = L("Will only take into account the delay for the cooling of overhangs.");
def->mode = comAdvancedE | comSuSi;