mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 22:47:32 -06:00
Precise wall enabled for all wall ordering types (#8247)
* Allow presice outer wall irrespective of wall ordering * Fix precise wall IOI ordering spacing * Enable for classic mode
This commit is contained in:
parent
42577feeba
commit
03a9d3f5ca
2 changed files with 18 additions and 9 deletions
|
@ -1011,8 +1011,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def = this->add("precise_outer_wall",coBool);
|
||||
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.\nNote: This setting "
|
||||
"will only take effect if the wall sequence is configured to Inner-Outer");
|
||||
def->tooltip = L("Improve shell precision by adjusting outer wall spacing. This also improves layer consistency.");
|
||||
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