mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 22:47:32 -06:00
Revert unnecessary text changes
This commit is contained in:
parent
fdeeb3ad4e
commit
dc40071045
1 changed files with 3 additions and 3 deletions
|
@ -4934,7 +4934,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->set_default_value(new ConfigOptionFloatOrPercent(50., true));
|
||||
|
||||
def = this->add("tree_support_branch_angle", coFloat);
|
||||
def->label = L("Branch angle");
|
||||
def->label = L("Tree support branch angle");
|
||||
def->category = L("Support");
|
||||
def->tooltip = L("This setting determines the maximum overhang angle that t he branches of tree support allowed to make."
|
||||
"If the angle is increased, the branches can be printed more horizontally, allowing them to reach farther.");
|
||||
|
@ -4968,7 +4968,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->set_default_value(new ConfigOptionFloat(25));
|
||||
|
||||
def = this->add("tree_support_branch_distance", coFloat);
|
||||
def->label = L("Branch distance");
|
||||
def->label = L("Tree support branch distance");
|
||||
def->category = L("Support");
|
||||
def->tooltip = L("This setting determines the distance between neighboring tree support nodes.");
|
||||
def->sidetext = L("mm");
|
||||
|
@ -5032,7 +5032,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->set_default_value(new ConfigOptionFloat(0.8));
|
||||
|
||||
def = this->add("tree_support_branch_diameter", coFloat);
|
||||
def->label = L("Branch diameter");
|
||||
def->label = L("Tree support branch diameter");
|
||||
def->category = L("Support");
|
||||
def->tooltip = L("This setting determines the initial diameter of support nodes.");
|
||||
def->sidetext = L("mm");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue