update locale

This commit is contained in:
SoftFever 2023-07-31 21:29:35 +08:00
parent afdd753db7
commit 12195c722f
30 changed files with 1315 additions and 443 deletions

View file

@ -2708,7 +2708,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("seam_gap", coFloatOrPercent);
def->label = L("Seam gap");
def->tooltip = L("In order to reduce the visibility of the seam in a closed loop extrusion, the loop is interrupted and shortened by a specified amount.\n"
"This amount can be specified in millimeters or as a percentage of the current extruder diameter. The default value for this parameter is 15%.");
"This amount can be specified in millimeters or as a percentage of the current extruder diameter. The default value for this parameter is 10%.");
def->sidetext = L("mm or %");
def->min = 0;
def->mode = comAdvanced;