mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Revert unnecessary text changes
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user