mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 04:49:01 +08:00
Added sidetext 'mm' to absolute_correction parameter
This commit is contained in:
parent
b60de25086
commit
f4bd37f64b
@ -3947,6 +3947,7 @@ void PrintConfigDef::init_sla_params()
|
|||||||
def->full_label = L("Printer absolute correction");
|
def->full_label = L("Printer absolute correction");
|
||||||
def->tooltip = L("Will inflate or deflate the sliced 2D polygons according "
|
def->tooltip = L("Will inflate or deflate the sliced 2D polygons according "
|
||||||
"to the sign of the correction.");
|
"to the sign of the correction.");
|
||||||
|
def->sidetext = L("mm");
|
||||||
def->mode = comExpert;
|
def->mode = comExpert;
|
||||||
def->set_default_value(new ConfigOptionFloat(0.0));
|
def->set_default_value(new ConfigOptionFloat(0.0));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user