mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
JSON: feat: conical support (experimental)
This commit is contained in:
parent
0962fdddf1
commit
17347da91d
1 changed files with 7 additions and 0 deletions
|
@ -1667,6 +1667,13 @@
|
|||
"value": true
|
||||
}
|
||||
},
|
||||
"support_conical_enabled": {
|
||||
"label": "Conical Support",
|
||||
"description": "Experimental feature: Make support areas smaller at the bottom than at the overhang.",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"visible": false
|
||||
},
|
||||
"support_angle": {
|
||||
"label": "Overhang Angle",
|
||||
"description": "The maximum angle of overhangs for which support will be added. With 0 degrees being vertical, and 90 degrees being horizontal. A smaller overhang angle leads to more support.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue