Remove unnecessary trailing spaces (#8752)

This commit is contained in:
Alexandre Folle de Menezes 2025-03-08 02:41:31 -03:00 committed by GitHub
parent 464b89c3a7
commit 74d9a88480
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 152 additions and 152 deletions

View file

@ -1089,7 +1089,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("extra_perimeters_on_overhangs", coBool);
def->label = L("Extra perimeters on overhangs");
def->category = L("Quality");
def->tooltip = L("Create additional perimeter paths over steep overhangs and areas where bridges cannot be anchored. ");
def->tooltip = L("Create additional perimeter paths over steep overhangs and areas where bridges cannot be anchored.");
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionBool(false));
@ -2805,7 +2805,7 @@ void PrintConfigDef::init_fff_params()
def->label = L("Filter out tiny gaps");
def->category = L("Layers and Perimeters");
def->tooltip = L("Don't print gap fill with a length is smaller than the threshold specified (in mm). This setting applies to top, "
"bottom and solid infill and, if using the classic perimeter generator, to wall gap fill. ");
"bottom and solid infill and, if using the classic perimeter generator, to wall gap fill.");
def->sidetext = L("mm");
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionFloat(0));
@ -4339,7 +4339,7 @@ void PrintConfigDef::init_fff_params()
def->full_label = L("Skirt minimum extrusion length");
def->tooltip = L("Minimum filament extrusion length in mm when printing the skirt. Zero means this feature is disabled.\n\n"
"Using a non zero value is useful if the printer is set up to print without a prime line.\n"
"Final number of loops is not taling into account whli arranging or validating objects distance. Increase loop number in such case. ");
"Final number of loops is not taling into account whli arranging or validating objects distance. Increase loop number in such case.");
def->min = 0;
def->sidetext = L("mm");
def->mode = comAdvanced;