mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 07:17:52 -06:00
JSON: feat: support expansion offset
This commit is contained in:
parent
17347da91d
commit
35dd4e0193
1 changed files with 8 additions and 0 deletions
|
@ -1758,6 +1758,14 @@
|
|||
"default": 2,
|
||||
"visible": false
|
||||
},
|
||||
"support_offset": {
|
||||
"label": "Horizontal Expansion",
|
||||
"description": "Amount of offset applied all support polygons in each layer. Positive values can smooth out the support areas and result in more sturdy support.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 1.0,
|
||||
"visible": false
|
||||
},
|
||||
"support_area_smoothing": {
|
||||
"label": "Area Smoothing",
|
||||
"description": "Maximal distance in the X/Y directions of a line segment which is to be smoothed out. Ragged lines are introduced by the join distance and support bridge, which cause the machine to resonate. Smoothing the support areas won't cause them to break with the constraints, except it might change the overhang.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue