mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
a9169a4d6b
1 changed files with 11 additions and 0 deletions
|
@ -921,6 +921,17 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"default_value": "everywhere",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"xy_offset":
|
||||
{
|
||||
"label": "Horizontal Expansion",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue