mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user