mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00: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:
committed by
GitHub
parent
42577feeba
commit
03a9d3f5ca
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user