mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
JSON: made support_minimal_diameter child of support_tower_diameter (CURA-870)
This commit is contained in:
parent
ca8de7ecf8
commit
14b6ae2a4c
1 changed files with 16 additions and 13 deletions
|
@ -1428,6 +1428,17 @@
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "support_enable"
|
"enabled": "support_enable"
|
||||||
},
|
},
|
||||||
|
"support_tower_diameter": {
|
||||||
|
"label": "Tower Diameter",
|
||||||
|
"description": "The diameter of a special tower.",
|
||||||
|
"unit": "mm",
|
||||||
|
"type": "float",
|
||||||
|
"default": 1,
|
||||||
|
"min_value": "0",
|
||||||
|
"max_value_warning": "10",
|
||||||
|
"visible": false,
|
||||||
|
"enabled": "support_enable",
|
||||||
|
"children": {
|
||||||
"support_minimal_diameter": {
|
"support_minimal_diameter": {
|
||||||
"label": "Minimum Diameter",
|
"label": "Minimum Diameter",
|
||||||
"description": "Minimum diameter in the X/Y directions of a small area which is to be supported by a specialized support tower.",
|
"description": "Minimum diameter in the X/Y directions of a small area which is to be supported by a specialized support tower.",
|
||||||
|
@ -1436,20 +1447,12 @@
|
||||||
"default": 1,
|
"default": 1,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value_warning": "10",
|
"max_value_warning": "10",
|
||||||
|
"max_value": "support_tower_diameter",
|
||||||
|
"inherit": true,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "support_enable"
|
"enabled": "support_enable"
|
||||||
},
|
}
|
||||||
"support_tower_diameter": {
|
}
|
||||||
"label": "Tower Diameter",
|
|
||||||
"description": "The diameter of a special tower.",
|
|
||||||
"unit": "mm",
|
|
||||||
"type": "float",
|
|
||||||
"default": 1,
|
|
||||||
"min_value": "0",
|
|
||||||
"min_value_warning": "support_minimal_diameter",
|
|
||||||
"max_value_warning": "10",
|
|
||||||
"visible": false,
|
|
||||||
"enabled": "support_enable"
|
|
||||||
},
|
},
|
||||||
"support_tower_roof_angle": {
|
"support_tower_roof_angle": {
|
||||||
"label": "Tower Roof Angle",
|
"label": "Tower Roof Angle",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue