final touch

This commit is contained in:
PavelMikus 2022-12-06 12:31:08 +01:00 committed by Pavel Mikuš
parent f1f2810476
commit 4a6945cb77
2 changed files with 3 additions and 3 deletions

View file

@ -2368,7 +2368,7 @@ void PrintConfigDef::init_fff_params()
def->ratio_over = "external_perimeter_speed";
def->min = 0;
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionFloatOrPercent(5, false));
def->set_default_value(new ConfigOptionFloatOrPercent(15, false));
def = this->add("solid_infill_below_area", coFloat);
def->label = L("Solid infill threshold area");