From c318b0ceceaac99b24435fb35e4dd79cedf9984c Mon Sep 17 00:00:00 2001 From: pkuiper-ultimaker <46715907+pkuiper-ultimaker@users.noreply.github.com> Date: Tue, 29 Mar 2022 10:40:26 +0200 Subject: [PATCH] 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 --- resources/definitions/fdmprinter.def.json | 1 + 1 file changed, 1 insertion(+) 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",