mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +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 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));
|
||||
|
||||
Reference in New Issue
Block a user