Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2018-09-19 14:52:53 +0300
committerGhostkeeper <rubend@tutanota.com>2018-09-19 14:58:09 +0300
commit04b74d228510acdad96d30173e6cade67eb1dd0b (patch)
tree7cbb320440e6fc0de1761c47759ed285e001186d /resources
parent7ad6fc4cad6736018584efe522ec375dd8cc8708 (diff)
Fix typo in Extra Infill Wall Count description
Some very observant user found this small typo. Thanks.
Diffstat (limited to 'resources')
-rw-r--r--resources/definitions/fdmprinter.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index 6833e921da..14f948ce5b 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -1730,7 +1730,7 @@
"infill_wall_line_count":
{
"label": "Extra Infill Wall Count",
- "description": "Add extra wals around the infill area. Such walls can make top/bottom skin lines sag down less which means you need less top/bottom skin layers for the same quality at the cost of some extra material.\nThis feature can combine with the Connect Infill Polygons to connect all the infill into a single extrusion path without the need for travels or retractions if configured right.",
+ "description": "Add extra walls around the infill area. Such walls can make top/bottom skin lines sag down less which means you need less top/bottom skin layers for the same quality at the cost of some extra material.\nThis feature can combine with the Connect Infill Polygons to connect all the infill into a single extrusion path without the need for travels or retractions if configured right.",
"default_value": 0,
"type": "int",
"minimum_value": "0",