mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 11:35:54 +08: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
@ -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…
x
Reference in New Issue
Block a user