From a0ae7489f8013b87763fa4b11a0e831b6f346e60 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 24 Nov 2017 13:15:43 +0100 Subject: [PATCH] Less technical term for X/Y offset of infill Just in the description. It's good to describe a setting using different words than the setting name. Contributes to issue CURA-4601. --- 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 0d0bc9dea1..8db02b67f8 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1568,7 +1568,7 @@ "infill_offset_x": { "label": "Infill X Offset", - "description": "The infill pattern is offset this distance along the X axis.", + "description": "The infill pattern is moved this distance along the X axis.", "unit": "mm", "type": "float", "default_value": 0, @@ -1579,7 +1579,7 @@ "infill_offset_y": { "label": "Infill Y Offset", - "description": "The infill pattern is offset this distance along the Y axis.", + "description": "The infill pattern is moved this distance along the Y axis.", "unit": "mm", "type": "float", "default_value": 0,