mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Rename libArachne settings to use user-friendly terminology
I am leaving the descriptions to contain the word "beading" so that the related settings can easily be found during testing. CURA-7555
This commit is contained in:
parent
720740dcc8
commit
bbc0b0e54c
1 changed files with 6 additions and 8 deletions
|
@ -1055,7 +1055,7 @@
|
|||
},
|
||||
"beading_strategy_type":
|
||||
{
|
||||
"label": "Beading Strategy",
|
||||
"label": "Variable Line Strategy",
|
||||
"description": "Beading strategy used by libArachne to generate walls.",
|
||||
"type": "enum",
|
||||
"options":
|
||||
|
@ -1065,12 +1065,12 @@
|
|||
"distributed": "Distributed",
|
||||
"inward_distributed": "Inward Distributed"
|
||||
},
|
||||
"default_value": "naive",
|
||||
"default_value": "distributed",
|
||||
"limit_to_extruder": "wall_0_extruder_nr"
|
||||
},
|
||||
"widening_beading_enabled":
|
||||
{
|
||||
"label": "Enable Widening Beading",
|
||||
"label": "Enable Variable Line Widening",
|
||||
"description": "Applies the Widening Beading meta-strategy on top of the selected beading strategy.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
|
@ -1078,12 +1078,11 @@
|
|||
},
|
||||
"min_bead_width":
|
||||
{
|
||||
"label": "Minimum Bead Width",
|
||||
"description": "Minimum Bead Width.",
|
||||
"label": "Minimum Wall Line Width",
|
||||
"description": "Minimum Bead Width. Used in the Widening Beading meta-strategy.",
|
||||
"unit": "mm",
|
||||
"value": "wall_line_width / 2",
|
||||
"minimum_value": "0",
|
||||
"minimum_value_warning": "wall_line_width / 2",
|
||||
"maximum_value": "wall_line_width",
|
||||
"type": "float",
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
|
@ -1092,11 +1091,10 @@
|
|||
"min_feature_size":
|
||||
{
|
||||
"label": "Minimum Feature Size",
|
||||
"description": "Minimum Feature Size.",
|
||||
"description": "Minimum Feature Size. Used in the Widening Beading meta-strategy.",
|
||||
"unit": "mm",
|
||||
"value": "wall_line_width / 2",
|
||||
"minimum_value": "0",
|
||||
"minimum_value_warning": "wall_line_width / 2",
|
||||
"maximum_value": "wall_line_width",
|
||||
"type": "float",
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue