mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
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:
parent
4fce50453c
commit
4121960292
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue