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:
authorpkuiper-ultimaker <46715907+pkuiper-ultimaker@users.noreply.github.com>2022-03-29 11:40:26 +0300
committerGitHub <noreply@github.com>2022-03-29 11:40:26 +0300
commitc318b0ceceaac99b24435fb35e4dd79cedf9984c (patch)
treeb3f4c409bea6ac9a92b9c335f89acfef59903c6f /resources/definitions/fdmprinter.def.json
parentcba956be193de02121159127a32095da27cb40b7 (diff)
Disable the variable line strategy option in the UI CURA-9069 (#11705)
* Disable the variable line strategy option in the UI Relates to PP-143 CURA-9069 Co-authored-by: Jaime van Kessel <nallath@gmail.com>
Diffstat (limited to 'resources/definitions/fdmprinter.def.json')
-rw-r--r--resources/definitions/fdmprinter.def.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index 0bb688690c..ff32275b70 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -1093,6 +1093,7 @@
"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",
+ "enabled": false,
"options":
{
"center_deviation": "Center Deviation",