Remove LimitedDistributed option from the beading strategies setting

As the Limited will always apply on top of the others, so selecting the Distributed is
essentially the same as selecting the LimitedDistributed.

CURA-7555
This commit is contained in:
Kostas Karmas 2020-08-19 17:29:54 +02:00
parent 4954746ee4
commit 217e01b5b3

View file

@ -1063,8 +1063,7 @@
"naive": "Naive",
"center_deviation": "Center Deviation",
"distributed": "Distributed",
"inward_distributed": "Inward Distributed",
"limited_distributed": "Limited Distributed"
"inward_distributed": "Inward Distributed"
},
"default_value": "naive",
"limit_to_extruder": "wall_0_extruder_nr",
@ -1082,7 +1081,7 @@
"type": "float",
"minimum_value_warning": "0.01",
"limit_to_extruder": "wall_0_extruder_nr",
"enabled": "beading_strategy_type == 'distributed' or beading_strategy_type == 'inward_distributed' or beading_strategy_type == 'limited_distributed'"
"enabled": "beading_strategy_type == 'distributed' or beading_strategy_type == 'inward_distributed'"
},
"widening_beading_enabled":
{