From 7235e1a019df3d3590bd8dd47f07ff6a91af0415 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 22 Oct 2015 10:16:44 +0200 Subject: [PATCH] Correct skirt setting description A word was missing there. --- resources/machines/fdmprinter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index e5b0de849e..3c4dcf99f3 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -1338,7 +1338,7 @@ }, "skirt_line_count": { "label": "Skirt Line Count", - "description": "The skirt is a line drawn around the first layer of the. This helps to prime your extruder, and to see if the object fits on your platform. Setting this to 0 will disable the skirt. Multiple skirt lines can help to prime your extruder better for small objects.", + "description": "The skirt is a line drawn around the first layer of the print. This helps to prime your extruder, and to see if the object fits on your platform. Setting this to 0 will disable the skirt. Multiple skirt lines can help to prime your extruder better for small objects.", "type": "int", "default": 1, "enabled": "adhesion_type == \"skirt\""