From 847ead2b73c1f2da81548ff0f9e832b7111a81a1 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 27 Nov 2020 18:54:47 +0100 Subject: [PATCH] Add description for Variable Line Strategy This is quite a complex setting. Hopefully this helps a bit to understand it. Needs an extensive article in the Settings Guide I'd say! Done alongside issue CURA-7686. --- 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 22ce688834..d6127e7f79 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1056,7 +1056,7 @@ "beading_strategy_type": { "label": "Variable Line Strategy", - "description": "Beading strategy used by libArachne to generate walls.", + "description": "Strategy to use to print the width of a part with a number of walls. This determines how many walls it will use for a certain total width, and how wide each of these lines are. \"Center Deviation\" will print all walls at the nominal line width except the central one(s), causing big variations in the center but very consistent outsides. \"Distributed\" distributes the width equally over all walls. \"Inward Distributed\" is a balance between the other two, distributing the changes in width over all walls but keeping the walls on the outside slightly more consistent.", "type": "enum", "options": {