ENH: change param's label

Jira: none

use Smoothing wall speed alone Z for better understanding

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Idaa4241feb4bb91d30e94c8522b58f1147c8009e
This commit is contained in:
qing.zhang 2025-02-14 11:09:20 +08:00 committed by lane.wei
parent 754874902a
commit b547933f14
1 changed files with 2 additions and 2 deletions

View File

@ -695,7 +695,7 @@ void PrintConfigDef::init_fff_params()
def->set_default_value(new ConfigOptionBool(false));
def = this->add("z_direction_outwall_speed_continuous", coBool);
def->label = L("Smoothing wall speed in z direction(experimental)");
def->label = L("Smoothing wall speed along Z(experimental)");
def->category = L("Quality");
def->tooltip = L("Smoothing outwall speed in z direction to get better surface quality. Print time will increases. It is not work on spiral vase mode.");
def->mode = comAdvanced;
@ -2390,7 +2390,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("infill_rotate_step", coFloat);
def->label = L("Infill rotate step");
def->category = L("Strength");
def->tooltip = L("This parameter adds a slight rotation to each layer of infill to create a cross cross texture.");
def->tooltip = L("This parameter adds a slight rotation to each layer of infill to create a cross texture.");
def->sidetext = L("°");
def->min = 0;
def->max = 360;