mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
JSON feat: infill_hollow (CURA-2748)
This commit is contained in:
parent
fd50d9e316
commit
e0b6679b91
1 changed files with 8 additions and 0 deletions
|
@ -940,6 +940,14 @@
|
|||
"type": "category",
|
||||
"children":
|
||||
{
|
||||
"infill_hollow":
|
||||
{
|
||||
"label": "Hollow out object",
|
||||
"description": "Remove all infill and make the inside of the object eligible for support.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"infill_sparse_density":
|
||||
{
|
||||
"label": "Infill Density",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue