Add correct unit for jerk

This commit is contained in:
Rob Trame
2023-11-01 20:22:15 -06:00
parent 54ca51f3de
commit 13fd71d90c

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 Z axis");
(void)L("Maximum jerk of the E axis");
def->sidetext = L("mm/s");
def->sidetext = L("mm/s³");
def->min = 0;
def->mode = comSimple;
def->set_default_value(new ConfigOptionFloats(axis.max_jerk));