mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Localization update (#12572)
* Update OrcaSlicer_es.po * ? added in code * Spanish Update * save your filament profile. * Downward machines settings * type and color. * Update OrcaSlicer_es.po * illegal characters * which layer being ironed. * Update OrcaSlicer_es.po * by chosen filament count." * unnecessary bridges." * Update OrcaSlicer_es.po * Spanish Pressure advance restore * bandeja -> cama * RU: Restore Pressure Advance * Calibration text Co-Authored-By: Felix14_v2 <75726196+Felix14-v2@users.noreply.github.com> * Updated Localization * Input Shaping test * Suggestion wrapper * Added embossJob * Updated all * Emboss missing marks * Missing preset values * Action Required --------- Co-authored-by: Felix14_v2 <75726196+Felix14-v2@users.noreply.github.com> Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -1829,7 +1829,7 @@ void PrintConfigDef::init_fff_params()
|
||||
"unnecessary bridges. This works well for most difficult models\n"
|
||||
"3. No filtering - creates internal bridges on every potential internal overhang. This option is "
|
||||
"useful for heavily slanted top surface models; however, in most cases, it creates too many "
|
||||
"unnecessary bridges");
|
||||
"unnecessary bridges.");
|
||||
def->enum_keys_map = &ConfigOptionEnum<InternalBridgeFilter>::get_enum_values();
|
||||
def->enum_values.push_back("disabled");
|
||||
def->enum_values.push_back("limited");
|
||||
@@ -2208,7 +2208,7 @@ void PrintConfigDef::init_fff_params()
|
||||
"at the bottom of the page. The ideal PA value should be decreasing the higher the volumetric flow is. "
|
||||
"If it is not, confirm that your extruder is functioning correctly. The slower and with less acceleration you print, "
|
||||
"the larger the range of acceptable PA values. If no difference is visible, use the PA value from the faster test\n"
|
||||
"3. Enter the triplets of PA values, Flow and Accelerations in the text box here and save your filament profile");
|
||||
"3. Enter the triplets of PA values, Flow and Accelerations in the text box here and save your filament profile.");
|
||||
def->mode = comAdvanced;
|
||||
//def->gui_flags = "serialized";
|
||||
def->multiline = true;
|
||||
@@ -3963,7 +3963,7 @@ void PrintConfigDef::init_fff_params()
|
||||
def->label = L("Ironing Type");
|
||||
def->category = L("Quality");
|
||||
def->tooltip = L("Ironing is using small flow to print on same height of surface again to make flat surface more smooth. "
|
||||
"This setting controls which layer being ironed");
|
||||
"This setting controls which layer being ironed.");
|
||||
def->enum_keys_map = &ConfigOptionEnum<IroningType>::get_enum_values();
|
||||
def->enum_values.push_back("no ironing");
|
||||
def->enum_values.push_back("top");
|
||||
@@ -10171,7 +10171,7 @@ CLIMiscConfigDef::CLIMiscConfigDef()
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
def = this->add("downward_settings", coStrings);
|
||||
def->label = L("downward machines settings");
|
||||
def->label = L("Downward machines settings");
|
||||
def->tooltip = L("The machine settings list needs to do downward checking.");
|
||||
def->cli_params = "\"machine1.json;machine2.json;...\"";
|
||||
def->set_default_value(new ConfigOptionStrings());
|
||||
|
||||
Reference in New Issue
Block a user