mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
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.
This commit is contained in:
parent
47dee0d7c4
commit
847ead2b73
1 changed files with 1 additions and 1 deletions
|
@ -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":
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue