Browse Source

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.
Ghostkeeper 4 years ago
parent
commit
847ead2b73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/definitions/fdmprinter.def.json

+ 1 - 1
resources/definitions/fdmprinter.def.json

@@ -1056,7 +1056,7 @@
                 "beading_strategy_type":
                 "beading_strategy_type":
                 {
                 {
                     "label": "Variable Line Strategy",
                     "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",
                     "type": "enum",
                     "options":
                     "options":
                     {
                     {