mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-06-26 01:15:33 -06:00
Fix typos in infill rotation tooltips (#9986)
Corrected duplicated word 'all' in the tooltips for sparse and solid infill rotation parameters.
This commit is contained in:
parent
5707f8f4a5
commit
d80bb1cfc9
1 changed files with 2 additions and 2 deletions
|
@ -3119,7 +3119,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->tooltip = L("This parameter adds a rotation of sparse 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'. "
|
||||
"The first angle is applied to the first layer, the second angle to the second layer, and so on. "
|
||||
"If there are more layers than angles, the angles will be repeated. Note that not all all sparse infill patterns support rotation.");
|
||||
"If there are more layers than angles, the angles will be repeated. Note that not all sparse infill patterns support rotation.");
|
||||
def->sidetext = L("°");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionString("0,90"));
|
||||
|
@ -3131,7 +3131,7 @@ void PrintConfigDef::init_fff_params()
|
|||
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'. "
|
||||
"The first angle is applied to the first layer, the second angle to the second layer, and so on. "
|
||||
"If there are more layers than angles, the angles will be repeated. Note that not all all solid infill patterns support rotation.");
|
||||
"If there are more layers than angles, the angles will be repeated. Note that not all solid infill patterns support rotation.");
|
||||
def->sidetext = L("°");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionString("0,90"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue