[DOC] Fix typo "rotatation" (#10592)
Some checks failed
Build all / Build All (push) Waiting to run
Build all / Flatpak (push) Waiting to run
Publish docs to Wiki / Publish docs to Wiki (push) Has been cancelled

init
This commit is contained in:
yw4z 2025-09-09 06:22:21 +03:00 committed by GitHub
parent d6c6e0785e
commit 0eef794824
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 44 additions and 44 deletions

View file

@ -3189,7 +3189,7 @@ void PrintConfigDef::init_fff_params()
//Orca
def = this->add("sparse_infill_rotate_template", coString);
def->label = L("Sparse infill rotatation template");
def->label = L("Sparse infill rotation template");
def->category = L("Strength");
def->tooltip = L("Rotate the sparse infill direction per layer using a template of angles. "
"Enter comma-separated degrees (e.g., '0,30,60,90'). "
@ -3203,7 +3203,7 @@ void PrintConfigDef::init_fff_params()
//Orca
def = this->add("solid_infill_rotate_template", coString);
def->label = L("Solid infill rotatation template");
def->label = L("Solid infill rotation template");
def->category = L("Strength");
def->tooltip = L("This parameter adds a rotation of solid infill direction to each layer according to the specified template. "
"The template is a comma-separated list of angles in degrees, e.g. '0,90'. "