Fixes 3833 ("Miss spelling") (#3840)

This commit is contained in:
Thomas 2024-01-27 04:56:14 +01:00 committed by GitHub
parent c8f4895373
commit 65ff80a687
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 18 additions and 18 deletions

View file

@ -905,7 +905,7 @@ void PrintConfigDef::init_fff_params()
def->tooltip = L("If a top surface has to be printed and it's partially covered by another layer, it won't be considered at a top layer where its width is below this value."
" This can be useful to not let the 'one perimeter on top' trigger on surface that should be covered only by perimeters."
" This value can be a mm or a % of the perimeter extrusion width."
"\nWarning: If enabled, artifacts can be created is you have some thin features on the next layer, like letters. Set this setting to 0 to remove these artifacts.");
"\nWarning: If enabled, artifacts can be created if you have some thin features on the next layer, like letters. Set this setting to 0 to remove these artifacts.");
def->sidetext = L("mm or %");
def->ratio_over = "inner_wall_line_width";
def->min = 0;