FIX: allow changing ironing angle.

allow changing the relative angle between the top surface and the ironing.

Signed-off-by: wenjie.guo <wenjie.guo@bambulab.com>
Change-Id: I85e8ff3d05d3a6d9408da011631e7d71a6d85178
This commit is contained in:
wenjie.guo 2023-08-18 10:51:58 +08:00 committed by Lane.Wei
parent 4fce50453c
commit 4121960292
2 changed files with 3 additions and 3 deletions

View file

@ -1932,7 +1932,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("ironing_direction", coFloat);
def->label = L("ironing direction");
def->category = L("Quality");
def->tooltip = L("Angle for ironing, which controls the angle of the nozzle when ironing");
def->tooltip = L("Angle for ironing, which controls the relative angle between the top surface and ironing");
def->sidetext = L("°");
def->min = 0;
def->max = 360;