mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
apply precise_outer_wall for inner-outer wall seq only
This commit is contained in:
parent
40f17be21f
commit
099e496ce9
2 changed files with 9 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue