From b13ca1eb7fe523dbb4b41865de4a3a44b46d21f0 Mon Sep 17 00:00:00 2001 From: supermerill Date: Fri, 29 Jul 2022 00:12:56 +0200 Subject: fan_speedup_overhangs typo supermerill/SuperSlicer#3000 --- src/libslic3r/PrintConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libslic3r/PrintConfig.cpp') 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; -- cgit v1.2.3