mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Add correct unit for jerk
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user