Fix "Too small ironing spacing" error in default config (#8053)

This commit is contained in:
SoftFever 2025-01-15 20:06:14 +08:00 committed by GitHub
parent 4c955e5cb5
commit 70579f9159
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3082,7 +3082,7 @@ void PrintConfigDef::init_fff_params()
def->min = 0;
def->max = 1;
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionFloat(0));
def->set_default_value(new ConfigOptionFloat(0.1));
def = this->add("ironing_inset", coFloat);
def->label = L("Ironing inset");