mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
set default pressure advance to 0.02
This commit is contained in:
parent
02ab24f459
commit
473b57314d
1 changed files with 1 additions and 1 deletions
|
@ -1052,7 +1052,7 @@ void PrintConfigDef::init_fff_params()
|
||||||
def->tooltip = L("Pressure advnce(Klipper) AKA Linear advance factor(Marlin)");
|
def->tooltip = L("Pressure advnce(Klipper) AKA Linear advance factor(Marlin)");
|
||||||
def->max = 2;
|
def->max = 2;
|
||||||
def->mode = comAdvanced;
|
def->mode = comAdvanced;
|
||||||
def->set_default_value(new ConfigOptionFloats { 0. });
|
def->set_default_value(new ConfigOptionFloats { 0.02 });
|
||||||
|
|
||||||
def = this->add("line_width", coFloat);
|
def = this->add("line_width", coFloat);
|
||||||
def->label = L("Default");
|
def->label = L("Default");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue