fix 2 script windows (#926)

* fix 2 script windows

* fix #928
This commit is contained in:
Heiko Liebscher 2023-05-03 14:57:38 +02:00 committed by GitHub
parent 0d9b2167cd
commit 4ba3dbabc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 13 additions and 20 deletions

View file

@ -2528,7 +2528,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"
"his 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 15%.");
def->sidetext = L("mm or %");
def->min = 0;
def->mode = comAdvanced;