mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
JSON feat: perimeter_gaps as it was in e57ca0aa53
(CURA-2306)
This commit is contained in:
parent
782a02661c
commit
cc7b2a4901
1 changed files with 12 additions and 0 deletions
|
@ -921,6 +921,18 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"fill_perimeter_gaps": {
|
||||
"label": "Fill Gaps Between Walls",
|
||||
"description": "Fills the gaps between walls where no walls fit.",
|
||||
"type": "enum",
|
||||
"options": {
|
||||
"nowhere": "Nowhere",
|
||||
"everywhere": "Everywhere",
|
||||
"skin": "Skin"
|
||||
},
|
||||
"default_value": "everywhere",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"xy_offset":
|
||||
{
|
||||
"label": "Horizontal Expansion",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue