Skip to content

Commit

Permalink
Revert unnecessary text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisyfox committed Feb 25, 2025
1 parent fdeeb3a commit dc40071
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/libslic3r/PrintConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
Expand Down Expand Up @@ -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");
Expand Down Expand Up @@ -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");
Expand Down

0 comments on commit dc40071

Please sign in to comment.