mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
Add correct unit for jerk
This commit is contained in:
parent
54ca51f3de
commit
13fd71d90c
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue