[DOC] Fix typo "rotatation" (#10592)

init
This commit is contained in:
yw4z
2025-09-09 06:22:21 +03:00
committed by GitHub
parent d6c6e0785e
commit 0eef794824
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'. "