From ab3d2e35700e3f64422c8f27494ae132d16383a5 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 17 Mar 2017 10:41:27 +0100 Subject: [PATCH] Fix typo in support interface description Contributes to issue CURA-3491. --- 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 273f3ad265..eb62c40d17 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1864,7 +1864,7 @@ "speed_support_interface": { "label": "Support Interface Speed", - "description": "The speed at which the roofs and bottoms of support are printed. Printing the them at lower speeds can improve overhang quality.", + "description": "The speed at which the roofs and bottoms of support are printed. Printing them at lower speeds can improve overhang quality.", "unit": "mm/s", "type": "float", "default_value": 40,