Enable Precise wall by default

This commit is contained in:
SoftFever 2025-09-10 22:25:36 +08:00
parent e3d55b3c5b
commit f9973bc2c5

View file

@ -1086,7 +1086,7 @@ void PrintConfigDef::init_fff_params()
def->label = L("Precise wall");
def->category = L("Quality");
def->tooltip = L("Improve shell precision by adjusting outer wall spacing. This also improves layer consistency.");
def->set_default_value(new ConfigOptionBool{false});
def->set_default_value(new ConfigOptionBool{true});
def = this->add("only_one_wall_top", coBool);
def->label = L("Only one wall on top surfaces");