Add correct unit for jerk

This commit is contained in:
Rob Trame 2023-11-01 20:22:15 -06:00
parent 54ca51f3de
commit 13fd71d90c
No known key found for this signature in database
GPG key ID: CACD148C357C2BC1

View file

@ -2536,7 +2536,7 @@ def = this->add("filament_loading_speed", coFloats);
(void)L("Maximum jerk of the Y axis"); (void)L("Maximum jerk of the Y axis");
(void)L("Maximum jerk of the Z axis"); (void)L("Maximum jerk of the Z axis");
(void)L("Maximum jerk of the E axis"); (void)L("Maximum jerk of the E axis");
def->sidetext = L("mm/s"); def->sidetext = L("mm/s³");
def->min = 0; def->min = 0;
def->mode = comSimple; def->mode = comSimple;
def->set_default_value(new ConfigOptionFloats(axis.max_jerk)); def->set_default_value(new ConfigOptionFloats(axis.max_jerk));