Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorp.kuiper <p.kuiper@ultimaker.com>2022-03-24 16:21:26 +0300
committerp.kuiper <p.kuiper@ultimaker.com>2022-03-24 16:21:26 +0300
commit33e86dda9b85a119fe851364ecd68b9a0a9f5f66 (patch)
tree51f19edae39af71f0f95e03450e4e60a0cbfdc4f
parent0dda27094edfabf9e588a15c658a6b29b7115f9f (diff)
Disable the variable line strategy option in the UIPP-143_Disable_variable_line_strategy
Relates to PP-143
-rw-r--r--resources/definitions/fdmprinter.def.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index 4fde50693f..ce2931c839 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -1083,6 +1083,8 @@
"label": "Variable Line Strategy",
"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",
+ "visible": false,
+ "enabled": false,
"options":
{
"center_deviation": "Center Deviation",