mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-16 13:35:57 +08:00
#671 fix speed unit
This commit is contained in:
parent
cae61c82ad
commit
eb38405fe8
@ -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. });
|
||||
|
Loading…
x
Reference in New Issue
Block a user