mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 13:51:12 -07: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
1 changed files with 34 additions and 40 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue