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:
authorGhostkeeper <rubend@tutanota.com>2022-03-29 16:17:24 +0300
committerGhostkeeper <rubend@tutanota.com>2022-03-29 16:17:24 +0300
commit4a82c82435403b7255776c0444134e166591ae1e (patch)
treee94382cfc9cbc90b13e4a87ae3249bbb2817b1d1 /resources/definitions/fdmprinter.def.json
parentc658ad6d3a3d0f66244c843a5d7fdf586fa2e913 (diff)
Remove Variable Line Strategy
We will only support the Inwards Distributed strategy type from here on out. You can achieve a similar result as that one by adjusting the Wall Distribution Count setting (1 is Center Deviation, 2 is Inwards Distributed, 999999 approximates Distributed). Contributes to issue CURA-8466.
Diffstat (limited to 'resources/definitions/fdmprinter.def.json')
-rw-r--r--resources/definitions/fdmprinter.def.json17
1 files changed, 1 insertions, 16 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index d9b47f3c3d..7e86e208de 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -1088,20 +1088,6 @@
}
}
},
- "beading_strategy_type":
- {
- "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",
- "options":
- {
- "center_deviation": "Center Deviation",
- "distributed": "Distributed",
- "inward_distributed": "Inward Distributed"
- },
- "default_value": "inward_distributed",
- "limit_to_extruder": "wall_0_extruder_nr"
- },
"wall_transition_length":
{
"label": "Wall Transition Length",
@@ -1122,8 +1108,7 @@
"type": "int",
"maximum_value": "999999",
"default_value": 1,
- "minimum_value": "1",
- "enabled": "beading_strategy_type == 'inward_distributed'"
+ "minimum_value": "1"
},
"wall_transition_angle":
{