From 733a926e05bb7d9e1ae759de8b382c4efe692c86 Mon Sep 17 00:00:00 2001 From: Vandresc Date: Thu, 16 Mar 2023 18:05:23 +0100 Subject: [PATCH] Update_HoleHorizontalExpansion_CURA-8890 Small typo in setting description --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 809a44270b..766c1437d4 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1301,7 +1301,7 @@ "hole_xy_offset_max_diameter": { "label": "Hole Horizontal Expansion Max Diameter", - "description": "When greater then zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded.", + "description": "When greater than zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger than the Hole Horizontal Expansion Max Diameter are not expanded.", "unit": "mm", "type": "float", "default_value": 0,