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->max = 2;
|
||||
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->label = L("Default");
|
||||
|
|
Loading…
Reference in a new issue