From f132adc135f53d9caac74419d14595404d829944 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 8 Nov 2018 12:59:24 +0100 Subject: [PATCH] Rename 'Offset' to 'Horizontal Expansion' This is more consistent with other similar settings. Contributes to issue CURA-5880. --- resources/definitions/fdmprinter.def.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index d845f80e14..1730598874 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -4380,7 +4380,7 @@ }, "support_interface_offset": { - "label": "Support Interface Offset", + "label": "Support Interface Horizontal Expansion", "description": "Amount of offset applied to the support interface polygons.", "unit": "mm", "type": "float", @@ -4393,7 +4393,7 @@ { "support_roof_offset": { - "label": "Support Roof Offset", + "label": "Support Roof Horizontal Expansion", "description": "Amount of offset applied to the roofs of the support.", "unit": "mm", "type": "float", @@ -4407,7 +4407,7 @@ }, "support_bottom_offset": { - "label": "Support Floor Offset", + "label": "Support Floor Horizontal Expansion", "description": "Amount of offset applied to the floors of the support.", "unit": "mm", "type": "float",