mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
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:
parent
4954746ee4
commit
217e01b5b3
1 changed files with 2 additions and 3 deletions
|
@ -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":
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue