mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
fix typo
Signed-off-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
0cc7319ac8
commit
40e9424bdf
11 changed files with 11 additions and 11 deletions
|
@ -720,7 +720,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def = this->add("precise_outer_wall",coBool);
|
||||
def->label = L("Precise wall(experimental)");
|
||||
def->category = L("Quality");
|
||||
def->tooltip = L("Improve shell precesion 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.");
|
||||
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