mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Rename user-visible setting
This is the easy part... This setting actually indicates the maximum diameter that gets supported by a tower, so it should be more of a 'maximum diameter'. Now the setting key is very different from the setting name so we're going to change that too. Contributes to issue CURA-6311.
This commit is contained in:
parent
81919b75df
commit
1620ee6825
1 changed files with 2 additions and 2 deletions
|
|
@ -4582,8 +4582,8 @@
|
||||||
},
|
},
|
||||||
"support_minimal_diameter":
|
"support_minimal_diameter":
|
||||||
{
|
{
|
||||||
"label": "Minimum Diameter",
|
"label": "Maximum Tower-Supported Diameter",
|
||||||
"description": "Minimum diameter in the X/Y directions of a small area which is to be supported by a specialized support tower.",
|
"description": "Maximum diameter in the X/Y directions of a small area which is to be supported by a specialized support tower.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 3.0,
|
"default_value": 3.0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue