mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 09:05:58 +08: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
@ -1055,7 +1055,7 @@
|
|||||||
},
|
},
|
||||||
"beading_strategy_type":
|
"beading_strategy_type":
|
||||||
{
|
{
|
||||||
"label": "Beading Strategy",
|
"label": "Variable Line Strategy",
|
||||||
"description": "Beading strategy used by libArachne to generate walls.",
|
"description": "Beading strategy used by libArachne to generate walls.",
|
||||||
"type": "enum",
|
"type": "enum",
|
||||||
"options":
|
"options":
|
||||||
@ -1065,12 +1065,12 @@
|
|||||||
"distributed": "Distributed",
|
"distributed": "Distributed",
|
||||||
"inward_distributed": "Inward Distributed"
|
"inward_distributed": "Inward Distributed"
|
||||||
},
|
},
|
||||||
"default_value": "naive",
|
"default_value": "distributed",
|
||||||
"limit_to_extruder": "wall_0_extruder_nr"
|
"limit_to_extruder": "wall_0_extruder_nr"
|
||||||
},
|
},
|
||||||
"widening_beading_enabled":
|
"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.",
|
"description": "Applies the Widening Beading meta-strategy on top of the selected beading strategy.",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
@ -1078,12 +1078,11 @@
|
|||||||
},
|
},
|
||||||
"min_bead_width":
|
"min_bead_width":
|
||||||
{
|
{
|
||||||
"label": "Minimum Bead Width",
|
"label": "Minimum Wall Line Width",
|
||||||
"description": "Minimum Bead Width.",
|
"description": "Minimum Bead Width. Used in the Widening Beading meta-strategy.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"value": "wall_line_width / 2",
|
"value": "wall_line_width / 2",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"minimum_value_warning": "wall_line_width / 2",
|
|
||||||
"maximum_value": "wall_line_width",
|
"maximum_value": "wall_line_width",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"limit_to_extruder": "wall_0_extruder_nr",
|
"limit_to_extruder": "wall_0_extruder_nr",
|
||||||
@ -1092,11 +1091,10 @@
|
|||||||
"min_feature_size":
|
"min_feature_size":
|
||||||
{
|
{
|
||||||
"label": "Minimum Feature Size",
|
"label": "Minimum Feature Size",
|
||||||
"description": "Minimum Feature Size.",
|
"description": "Minimum Feature Size. Used in the Widening Beading meta-strategy.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"value": "wall_line_width / 2",
|
"value": "wall_line_width / 2",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"minimum_value_warning": "wall_line_width / 2",
|
|
||||||
"maximum_value": "wall_line_width",
|
"maximum_value": "wall_line_width",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"limit_to_extruder": "wall_0_extruder_nr",
|
"limit_to_extruder": "wall_0_extruder_nr",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user