From 53018b49a4cc3fcd3b281348e95b19d41c09b18b Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 31 Mar 2016 18:26:20 +0200 Subject: [PATCH] Restore Extra Skin Wall Count description Contributes to issue CURA-1309. --- resources/machines/fdmprinter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 328b5e4ce5..72b33224a5 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -438,7 +438,7 @@ }, "skin_outline_count": { "label": "Extra Skin Wall Count", - "description": "Alternate the direction in which the top/bottom layers are printed. Normally they are printed diagonally only. This setting adds the X-only and Y-only directions.", + "description": "Number of lines around skin regions. Using one or two skin perimeter lines can greatly improve roofs which would start in the middle of infill cells.", "default": 0, "min_value": "0", "max_value_warning": "10",