From cbc3daf535e8bf4e1fb0e98376fdff4e8352008a Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Sun, 2 Jul 2017 17:29:36 +0200 Subject: [PATCH] better description skin reference wall settings (CURA-3990) --- resources/definitions/fdmprinter.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 5cf0282f26..cb358b5b6b 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1023,7 +1023,7 @@ "top_reference_wall": { "label": "Top Reference Wall", - "description": "The number of the wall of the layers above a layer to consider as infill for that layer. Reducing this number reduces the skin on slanted top faces of the input model. Increasing this number causes walls on consecutive layers to be supported better.", + "description": "The number of the wall of the layers above a layer to consider as infill for that layer. Reducing this number reduces the skin on slanted top faces of the input model. Increasing this number causes walls on consecutive layers to be supported better. Zero means the outline of the layer is used.", "minimum_value": "0", "maximum_value": "wall_line_count", "default_value": 2, @@ -1035,7 +1035,7 @@ "bottom_reference_wall": { "label": "Bottom Reference Wall", - "description": "The number of the wall of the layers below a layer to consider as infill for that layer. Reducing this number reduces the skin on overhanging faces of the input model.", + "description": "The number of the wall of the layers below a layer to consider as infill for that layer. Reducing this number reduces the skin on overhanging faces of the input model. Increasing this number causes bridges to attach better to the walls of the previous layer. Zero means the outline of the layer is used.", "minimum_value": "0", "maximum_value": "wall_line_count", "default_value": 0,