mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-02 13:00:28 -07:00
Enable Precise wall by default
This commit is contained in:
parent
e3d55b3c5b
commit
f9973bc2c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue