mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 08:25:56 +08:00
Remove parent-child relationship of libArachne settings
If all children of a parent get overridden, the parent is disabled. We don't want that in the libArachne settings. CURA-7555
This commit is contained in:
parent
ec633feb37
commit
720740dcc8
@ -1066,18 +1066,16 @@
|
|||||||
"inward_distributed": "Inward Distributed"
|
"inward_distributed": "Inward Distributed"
|
||||||
},
|
},
|
||||||
"default_value": "naive",
|
"default_value": "naive",
|
||||||
"limit_to_extruder": "wall_0_extruder_nr",
|
"limit_to_extruder": "wall_0_extruder_nr"
|
||||||
"children":
|
},
|
||||||
{
|
|
||||||
"widening_beading_enabled":
|
"widening_beading_enabled":
|
||||||
{
|
{
|
||||||
"label": "Enable Widening Beading",
|
"label": "Enable Widening Beading",
|
||||||
"description": "Applies the Widening Beading meta-strategy on top of the selected beading strategy.",
|
"description": "Applies the Widening Beading meta-strategy on top of the selected beading strategy.",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"limit_to_extruder": "wall_0_extruder_nr",
|
"limit_to_extruder": "wall_0_extruder_nr"
|
||||||
"children":
|
},
|
||||||
{
|
|
||||||
"min_bead_width":
|
"min_bead_width":
|
||||||
{
|
{
|
||||||
"label": "Minimum Bead Width",
|
"label": "Minimum Bead Width",
|
||||||
@ -1103,10 +1101,6 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"limit_to_extruder": "wall_0_extruder_nr",
|
"limit_to_extruder": "wall_0_extruder_nr",
|
||||||
"enabled": "widening_beading_enabled"
|
"enabled": "widening_beading_enabled"
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"wall_0_wipe_dist":
|
"wall_0_wipe_dist":
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user