mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
Fixes 3833 ("Miss spelling") (#3840)
This commit is contained in:
parent
c8f4895373
commit
65ff80a687
18 changed files with 18 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue