apply precise_outer_wall for inner-outer wall seq only

This commit is contained in:
SoftFever 2024-02-22 21:31:51 +08:00
parent 40f17be21f
commit 099e496ce9
2 changed files with 9 additions and 5 deletions

View file

@ -895,9 +895,10 @@ void PrintConfigDef::init_fff_params()
def = this->add("precise_outer_wall",coBool);
def->label = L("Precise wall(experimental)");
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->tooltip = L("Improve shell precision by adjusting outer wall spacing. This also improves layer consistency.\nNote: This setting "
"will only take effect if the wall sequence is configured to Inner-Outer");
def->set_default_value(new ConfigOptionBool{false});
def = this->add("only_one_wall_top", coBool);