From 506a0a48f4e720ad2e2f90cf411707a6994b0679 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Wed, 26 Jul 2017 14:26:24 +0200 Subject: [PATCH] Reword: roofing -> top surface infill CURA-3940 --- resources/definitions/fdmprinter.def.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index c5e4a8f98d..53a346f4d6 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -701,7 +701,7 @@ }, "roofing_line_width": { - "label": "Roofing Line Width", + "label": "Top Surface Infill Line Width", "description": "Width of a single line of the areas at the top of the print.", "unit": "mm", "minimum_value": "0.001", @@ -948,7 +948,7 @@ }, "roofing_extruder_nr": { - "label": "Roofing Extruder", + "label": "Top Surface Infill Extruder", "description": "The extruder train used for printing the top most skin. This is used in multi-extrusion.", "type": "optional_extruder", "default_value": "-1", @@ -961,7 +961,7 @@ }, "roofing_layer_count": { - "label": "Roofing Layers", + "label": "Top Surface Infill Layers", "description": "The number of top most skin layers. Usually only one top most layer is sufficient to generate higher quality top surfaces.", "default_value": 0, "minimum_value": "0", @@ -974,7 +974,7 @@ }, "roofing_pattern": { - "label": "Roofing Pattern", + "label": "Top Surface Infill Pattern", "description": "The pattern of the top most layers.", "type": "enum", "options": @@ -991,8 +991,8 @@ }, "roofing_angles": { - "label": "Roofing Line Directions", - "description": "A list of integer line directions to use when the roofing layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees).", + "label": "Top Surface Infill Line Directions", + "description": "A list of integer line directions to use when the top surface infill layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees).", "type": "[int]", "default_value": "[ ]", "value": "skin_angles",