mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-15 15:03:49 +00:00
Spanish update + Gettext for all (#14620)
This commit is contained in:
@@ -3009,7 +3009,7 @@ void PrintConfigDef::init_fff_params()
|
||||
def = this->add("top_layer_direction", coFloat);
|
||||
def->label = L("Top layer direction");
|
||||
def->category = L("Strength");
|
||||
def->tooltip = L("Optional absolute angle for top-layer infill and ironing base direction. Set to -1 to use the current solid infill direction behavior.");
|
||||
def->tooltip = L("Fixed angle for the top solid infill and ironing lines.\nSet to -1 to follow the default solid infill direction.");
|
||||
def->sidetext = u8"°"; // degrees, don't need translation
|
||||
def->min = -1;
|
||||
def->max = 360;
|
||||
@@ -3019,7 +3019,7 @@ void PrintConfigDef::init_fff_params()
|
||||
def = this->add("bottom_layer_direction", coFloat);
|
||||
def->label = L("Bottom layer direction");
|
||||
def->category = L("Strength");
|
||||
def->tooltip = L("Optional absolute angle for bottom-layer infill. Set to -1 to use the current solid infill direction behavior.");
|
||||
def->tooltip = L("Fixed angle for the bottom solid infill lines.\nSet to -1 to follow the default solid infill direction.");
|
||||
def->sidetext = u8"°"; // degrees, don't need translation
|
||||
def->min = -1;
|
||||
def->max = 360;
|
||||
|
||||
Reference in New Issue
Block a user