Added sidetext 'mm' to absolute_correction parameter

This commit is contained in:
Lukas Matena 2024-05-27 11:41:23 +02:00
parent b60de25086
commit f4bd37f64b

View File

@ -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));