#671 fix speed unit

This commit is contained in:
supermerill 2020-11-16 19:54:50 +01:00
parent cae61c82ad
commit eb38405fe8

View File

@ -1161,7 +1161,7 @@ void PrintConfigDef::init_fff_params()
def->tooltip = L("Maximum speed allowed for this filament. Limits the maximum "
"speed of a print to the minimum of the print speed and the filament speed. "
"Set to zero for no limit.");
def->sidetext = L("mm³/s");
def->sidetext = L("mm/s");
def->min = 0;
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionFloats{ 0. });