From 85635b3b837dca03ee5dbb6ee5ca13f6093afd31 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Thu, 27 Jul 2017 09:34:16 +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 eab47ab1fc..9c73da127c 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -2079,8 +2079,8 @@ }, "speed_roofing": { - "label": "Roofing Speed", - "description": "The speed at which roofing layers are printed.", + "label": "Top Surface Infill Speed", + "description": "The speed at which top surface infill layers are printed.", "unit": "mm/s", "type": "float", "minimum_value": "0.1", @@ -2434,8 +2434,8 @@ }, "acceleration_roofing": { - "label": "Roofing Acceleration", - "description": "The acceleration with which roofing layers are printed.", + "label": "Top Surface Infill Acceleration", + "description": "The acceleration with which top surface infill layers are printed.", "unit": "mm/s²", "type": "float", "minimum_value": "0.1", @@ -2738,8 +2738,8 @@ }, "jerk_roofing": { - "label": "Roofing Jerk", - "description": "The maximum instantaneous velocity change with which roofing layers are printed.", + "label": "Top Surface Infill Jerk", + "description": "The maximum instantaneous velocity change with which top surface infill layers are printed.", "unit": "mm/s", "type": "float", "minimum_value": "0.1",