Added sidetext 'mm' to absolute_correction parameter

This commit is contained in:
Lukas Matena 2024-05-27 11:41:23 +02:00
parent 839343f1ec
commit b6fc5c6c40

View File

@ -4030,6 +4030,7 @@ void PrintConfigDef::init_sla_params()
def->full_label = L("Printer absolute correction");
def->tooltip = L("Will inflate or deflate the sliced 2D polygons according "
"to the sign of the correction.");
def->sidetext = L("mm");
def->mode = comExpert;
def->set_default_value(new ConfigOptionFloat(0.0));