mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fixes 3833 ("Miss spelling") (#3840)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user