Remove limited beading as an option

As it will be applied by default in the Engine to ensure that libArachne will generate only the
required walls (based on the Wall Line Count setting).

CURA-7555
This commit is contained in:
Kostas Karmas 2020-08-19 17:02:44 +02:00
parent 3e3d9bcd0a
commit a029e0ce50

View file

@ -1133,27 +1133,6 @@
"enabled": "widening_beading_enabled"
}
}
},
"limited_beading_enabled":
{
"label": "Enable Limited Beading",
"description": "Applies the Limited Beading meta-strategy on top of the selected beading strategy.",
"type": "bool",
"default_value": false,
"limit_to_extruder": "wall_0_extruder_nr",
"children":
{
"max_bead_count":
{
"label": "Maximum Bead Count",
"description": "Maximum Bead Count used in the limited beading meta-strategy. Even numbers only.",
"value": "wall_line_count * 2",
"minimum_value": "2",
"type": "int",
"limit_to_extruder": "wall_0_extruder_nr",
"enabled": "limited_beading_enabled"
}
}
}
}
},