minor issues fix

This commit is contained in:
PavelMikus 2023-01-26 13:18:29 +01:00 committed by Pavel Mikuš
parent 325709c5ae
commit 5839e78a5e
2 changed files with 31 additions and 21 deletions
src/libslic3r

View file

@ -537,7 +537,7 @@ void PrintConfigDef::init_fff_params()
def->set_default_value(new ConfigOptionFloat(60));
def = this->add("enable_dynamic_overhang_speeds", coBool);
def->label = L("Enable dynamic overhang speeds (Experimental)");
def->label = L("Enable dynamic overhang speeds");
def->category = L("Speed");
def->tooltip = L("This setting enables dynamic speed control on overhangs.");
def->mode = comAdvanced;