mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
Add option to set jerk for infills
Signed-off-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
5866d7b756
commit
b7bdb65fd3
7 changed files with 17 additions and 5 deletions
|
@ -1484,6 +1484,14 @@ void PrintConfigDef::init_fff_params()
|
|||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionFloat(9));
|
||||
|
||||
def = this->add("infill_jerk", coFloat);
|
||||
def->label = L("Infill");
|
||||
def->tooltip = L("Jerk for infill");
|
||||
def->sidetext = L("mm/s");
|
||||
def->min = 1;
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionFloat(9));
|
||||
|
||||
def = this->add("initial_layer_jerk", coFloat);
|
||||
def->label = L("Initial layer");
|
||||
def->tooltip = L("Jerk for initial layer");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue