Minor desc and wiki redirection fixe (#14011)

This commit is contained in:
Ian Bassi
2026-06-03 10:58:25 -03:00
committed by GitHub
parent 6f011c9f6a
commit 757b6a5c46
2 changed files with 2 additions and 3 deletions

View File

@@ -1275,8 +1275,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("relative_bridge_angle", coBool);
def->label = L("Relative bridge angle");
def->category = L("Strength");
def->tooltip = L("When enabled, the bridge angle values are added to the automatically calculated bridge direction instead of overriding it.\n"
"Recommended to add a small angle (<10°) to improve bridge covering in closed shapes.");
def->tooltip = L("When enabled, the bridge angle values are added to the automatically calculated bridge direction instead of overriding it.");
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionBool(false));